Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.MappingStrategy
Packages that use MappingStrategy
Package
Description
Interfaces supporting data connectors.
Package for HTTP data connector configuration.
A
DataConnector implementation that
reads data from an HTTP web service.Common functionality used by data connectors.
Package for LDAP data connector configuration.
Package for RDBMS data connector configuration.
Package for SAML data connector configuration.
A
DataConnector implementation that
queries data from a SAML attribute authority.Classes which make up the scripted data connector.
StorageService-backed data connector APIs.
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 MappingStrategyModifier and TypeClassDescriptionclassBase 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.httpModifier and TypeInterfaceDescriptioninterfaceStrategy 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 MappingStrategyModifier and TypeClassDescriptionfinal classHTTPResponseMappingStrategythat 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 MappingStrategyModifier and TypeClassDescriptionclassAbstractSearchDataConnector<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 MappingStrategyModifier and TypeFieldDescriptionprivate 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.ldapModifier and TypeInterfaceDescriptioninterfaceStrategy for mapping from aSearchResponseto a collection ofIdPAttributes.Classes in net.shibboleth.idp.attribute.resolver.dc.ldap that implement MappingStrategyModifier and TypeClassDescriptionclassA simpleSearchResultMappingStrategythat iterates over all result entries and includes all attribute values as strings. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbmsModifier and TypeInterfaceDescriptioninterfaceStrategy for mapping from aResultSetto a collection ofIdPAttributes.Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement MappingStrategyModifier and TypeClassDescriptionclassA 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.saml
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.samlModifier and TypeInterfaceDescriptioninterfaceStrategy for mapping from aResponseto a collection ofIdPAttributes. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.saml.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.saml.impl that implement MappingStrategyModifier and TypeClassDescriptionclassBasic SAML 2 Response strategy to map to data connector output requirements. -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.scripted.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.scripted.impl that implement MappingStrategy -
Uses of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storage
Subinterfaces of MappingStrategy in net.shibboleth.idp.attribute.resolver.dc.storageModifier and TypeInterfaceDescriptioninterfaceStrategy 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 MappingStrategyModifier and TypeClassDescriptionfinal classStorageMappingStrategythat relies on a script to map the record to the attribute set.classMappingStrategyfor pulling data out ofStorageRecord.