Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.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 |
A
DataConnector implementation 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 |
A
DataConnector implementation 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 |
A
DataConnector implementation 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 class
AbstractMappingStrategy<T>
Base class for implementingMappingStrategy
instances 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 interface
HTTPResponseMappingStrategy
Strategy for processing anHttpClient
response into a map ofIdPAttribute
s. -
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 class
ScriptedResponseMappingStrategy
HTTPResponseMappingStrategy
that 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 class
AbstractSearchDataConnector<T1 extends ExecutableSearch,T2 extends MappingStrategy<?>>
ADataConnector
containing 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 T2
AbstractSearchDataConnector. mappingStrategy
Strategy for mapping search results to a collection ofIdPAttribute
s. -
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 interface
SearchResultMappingStrategy
Strategy for mapping from aSearchResult
to a collection ofIdPAttribute
s.Classes in net.shibboleth.idp.attribute.resolver.dc.ldap that implement MappingStrategy Modifier and Type Class Description class
StringAttributeValueMappingStrategy
A simpleSearchResultMappingStrategy
that 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 class
StringAttributeValueMappingStrategy
Deprecated.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 interface
ResultMappingStrategy
Strategy for mapping from aResultSet
to a collection ofIdPAttribute
s.Classes in net.shibboleth.idp.attribute.resolver.dc.rdbms that implement MappingStrategy Modifier and Type Class Description class
StringResultMappingStrategy
A simpleResultMappingStrategy
that 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 class
StringResultMappingStrategy
Deprecated.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 interface
StorageMappingStrategy
Strategy for mapping from aStorageRecord
to a collection ofIdPAttribute
objects. -
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 class
ScriptedStorageMappingStrategy
StorageMappingStrategy
that relies on a script to map the record to the attribute set.class
SimpleStorageMappingStrategy
MappingStrategy
for pulling data out ofStorageRecord
.