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 TypeClassDescriptionclassA 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
Methods in net.shibboleth.idp.attribute.resolver.dc.ldap.impl with parameters of type SearchResultMappingStrategyModifier and TypeMethodDescriptionvoidLDAPDataConnector.setMappingStrategy(SearchResultMappingStrategy strategy) Sets the strategy for mapping from search results to a collection ofIdPAttributes.