Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.http.HTTPResponseMappingStrategy
Packages that use HTTPResponseMappingStrategy
Package
Description
Package for HTTP data connector configuration.
A
DataConnector implementation 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 HTTPResponseMappingStrategyModifier and TypeMethodDescriptionHTTPSearch.execute(org.apache.hc.client5.http.classic.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 HTTPResponseMappingStrategyModifier and TypeClassDescriptionfinal classHTTPResponseMappingStrategythat relies on a script to map the response to the attribute set.