Uses of Class
net.shibboleth.idp.attribute.resolver.dc.AbstractMappingStrategy
Packages that use AbstractMappingStrategy
Package
Description
Package for LDAP data connector configuration.
A
DataConnector implementation that reads data from an LDAP.Package for rdbms data connector configuration.
A
DataConnector implementation that reads data from a relational
database.-
Uses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap
Subclasses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldapModifier and TypeClassDescriptionclassA simpleSearchResultMappingStrategythat iterates over all result entries and includes all attribute values as strings. -
Uses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Modifier and TypeClassDescriptionclassDeprecated.Replaced by api class. -
Uses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms
Subclasses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbmsModifier and TypeClassDescriptionclassA simpleResultMappingStrategythat assumes all columns in the result set should be mapped and that all values are strings. -
Uses of AbstractMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.rdbms.impl
Modifier and TypeClassDescriptionclassDeprecated.Replaced by api class.