Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.http.HTTPResponseMappingStrategy
-
Packages that use HTTPResponseMappingStrategy Package Description net.shibboleth.idp.attribute.resolver.dc.http Package for http data connector configuration.net.shibboleth.idp.attribute.resolver.dc.http.impl ADataConnectorimplementation that reads data from an HTTP web service. -
-
Uses of HTTPResponseMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.http
Methods in net.shibboleth.idp.attribute.resolver.dc.http with parameters of type HTTPResponseMappingStrategy Modifier and Type Method Description Map<String,IdPAttribute>HTTPSearch. execute(org.apache.http.client.HttpClient client, HttpClientSecurityParameters securityParameters, HTTPResponseMappingStrategy mappingStrategy)The abstraction that will contact the service and obtain results. -
Uses of HTTPResponseMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.http.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.http.impl that implement HTTPResponseMappingStrategy Modifier and Type Class Description classScriptedResponseMappingStrategyHTTPResponseMappingStrategythat relies on a script to map the response to the attribute set.
-