Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ldap.SearchResultMappingStrategy
-
Packages that use SearchResultMappingStrategy Package Description 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. -
-
Uses of SearchResultMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap that implement SearchResultMappingStrategy Modifier and Type Class Description classStringAttributeValueMappingStrategyA simpleSearchResultMappingStrategythat iterates over all result entries and includes all attribute values as strings. -
Uses of SearchResultMappingStrategy in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Classes in net.shibboleth.idp.attribute.resolver.dc.ldap.impl that implement SearchResultMappingStrategy Modifier and Type Class Description classStringAttributeValueMappingStrategyDeprecated.Replaced by api class.Methods in net.shibboleth.idp.attribute.resolver.dc.ldap.impl with parameters of type SearchResultMappingStrategy Modifier and Type Method Description voidLDAPDataConnector. setMappingStrategy(SearchResultMappingStrategy strategy)Sets the strategy for mapping from search results to a collection ofIdPAttributes.
-