Uses of Class
net.shibboleth.idp.attribute.resolver.dc.AbstractMappingStrategy
Packages that use AbstractMappingStrategy
Package
Description
Package for LDAP data connector configuration.
Package for RDBMS data connector configuration.
-
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.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.