Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ldap.SearchResultMappingStrategy
Packages that use SearchResultMappingStrategy
Package
Description
Package for LDAP data connector configuration.
A
DataConnector
implementation 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 SearchResultMappingStrategyModifier and TypeClassDescriptionclass
A simpleSearchResultMappingStrategy
that 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 SearchResultMappingStrategyModifier and TypeClassDescriptionclass
Deprecated.Replaced by api class.Methods in net.shibboleth.idp.attribute.resolver.dc.ldap.impl with parameters of type SearchResultMappingStrategyModifier and TypeMethodDescriptionvoid
LDAPDataConnector.setMappingStrategy
(SearchResultMappingStrategy strategy) Sets the strategy for mapping from search results to a collection ofIdPAttribute
s.