Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.MappingStrategy
-
Packages that use MappingStrategy Package Description net.shibboleth.idp.attribute.resolver.dc Interfaces supporting data connectors.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.net.shibboleth.idp.attribute.resolver.dc.impl Common functionality used by data connectors.net.shibboleth.idp.attribute.resolver.dc.ldap Package for LDAP data connector configuration.net.shibboleth.idp.attribute.resolver.dc.ldap.impl ADataConnectorimplementation that reads data from an LDAP.net.shibboleth.idp.attribute.resolver.dc.rdbms Package for rdbms data connector configuration.net.shibboleth.idp.attribute.resolver.dc.rdbms.impl ADataConnectorimplementation that reads data from a relational database.net.shibboleth.idp.attribute.resolver.dc.storage StorageService-backed data connector APIs.net.shibboleth.idp.attribute.resolver.dc.storage.impl Implementation of StorageService-backed data connector. -
-
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc
Classes in net.shibboleth.idp.attribute.resolver.dc that implement MappingStrategy Modifier and Type Class Description classAbstractMappingStrategy<T>Base class for implementingMappingStrategyinstances that includes support for field renaming/aliasing. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.http
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.http Modifier and Type Interface Description interfaceHTTPResponseMappingStrategyStrategy for processing anHttpClientresponse into a map ofIdPAttributes. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.http.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.http.impl that implement MappingStrategy Modifier and Type Class Description classScriptedResponseMappingStrategyHTTPResponseMappingStrategythat relies on a script to map the response to the attribute set. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.impl with type parameters of type MappingStrategy Modifier and Type Class Description classAbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>>ADataConnectorcontaining functionality common to data connectors that retrieve attribute data by searching a data source.Fields in net.shibboleth.idp.attribute.resolver.dc.impl declared as MappingStrategy Modifier and Type Field Description private T2AbstractSearchDataConnector. mappingStrategyStrategy for mapping search results to a collection ofIdPAttributes. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap Modifier and Type Interface Description interfaceSearchResultMappingStrategyStrategy for mapping from aSearchResultto a collection ofIdPAttributes.Classes in net.shibboleth.idp.attribute.resolver.dc.ldap that implement MappingStrategy Modifier and Type Class Description classStringAttributeValueMappingStrategyA simpleSearchResultMappingStrategythat iterates over all result entries and includes all attribute values as strings. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap.impl that implement MappingStrategy Modifier and Type Class Description classStringAttributeValueMappingStrategyDeprecated.Replaced by api class. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms Modifier and Type Interface Description interfaceResultMappingStrategyStrategy for mapping from aResultSetto a collection ofIdPAttributes.Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement MappingStrategy Modifier and Type Class Description classStringResultMappingStrategyA simpleResultMappingStrategythat assumes all columns in the result set should be mapped and that all values are strings. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl that implement MappingStrategy Modifier and Type Class Description classStringResultMappingStrategyDeprecated.Replaced by api class. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storage
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storage Modifier and Type Interface Description interfaceStorageMappingStrategyStrategy for mapping from aStorageRecordto a collection ofIdPAttributeobjects. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storage.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.storage.impl that implement MappingStrategy Modifier and Type Class Description classScriptedStorageMappingStrategyStorageMappingStrategythat relies on a script to map the record to the attribute set.classSimpleStorageMappingStrategyMappingStrategyfor pulling data out ofStorageRecord.
-