Uses of Interface
net.shibboleth.idp.attribute.resolver.dc.ldap.ExecutableSearchFilter
Packages that use ExecutableSearchFilter
Package
Description
Package for LDAP data connector configuration.
A
DataConnector
implementation that reads data from an LDAP.-
Uses of ExecutableSearchFilter in net.shibboleth.idp.attribute.resolver.dc.ldap
Methods in net.shibboleth.idp.attribute.resolver.dc.ldap that return ExecutableSearchFilterModifier and TypeMethodDescriptionprotected ExecutableSearchFilter
AbstractExecutableSearchFilterBuilder.build
(SearchFilter searchFilter) Creates an executable search filter that performs a search with the search filter.ParameterizedExecutableSearchFilterBuilder.build
(AttributeResolutionContext resolutionContext, Map<String, List<IdPAttributeValue>> dependencyAttributes) Creates an executable search that can be executed against a data source in order to produce results.TemplatedExecutableSearchFilterBuilder.build
(AttributeResolutionContext resolutionContext, Map<String, List<IdPAttributeValue>> dependencyAttributes) Creates an executable search that can be executed against a data source in order to produce results. -
Uses of ExecutableSearchFilter in net.shibboleth.idp.attribute.resolver.dc.ldap.impl
Methods in net.shibboleth.idp.attribute.resolver.dc.ldap.impl with parameters of type ExecutableSearchFilterModifier and TypeMethodDescriptionprotected Map<String,
IdPAttribute> LDAPDataConnector.retrieveAttributes
(ExecutableSearchFilter filter) Attempts to retrieve attributes from the LDAP.