Uses of Class
net.shibboleth.idp.attribute.resolver.dc.http.impl.AbstractHTTPSearchBuilder
Package | Description |
---|---|
net.shibboleth.idp.attribute.resolver.dc.http.impl |
A
DataConnector implementation that
reads data from an HTTP web service. |
-
Uses of AbstractHTTPSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.http.impl
Subclasses of AbstractHTTPSearchBuilder in net.shibboleth.idp.attribute.resolver.dc.http.impl Modifier and Type Class Description class
TemplatedBodyBuilder
AnExecutableSearchBuilder
that generates a request by evaluatingTemplate
s against the currently resolved attributes within anAttributeResolutionContext
to produce a URL and body, via GET or POST, and a configurable cache key.class
TemplatedURLBuilder
AnExecutableSearchBuilder
that generates the URL to request by evaluating aTemplate
against the currently resolved attributes within anAttributeResolutionContext
.