Package net.shibboleth.idp.attribute.resolver.dc.ldap
Package for LDAP data connector configuration.
-
Interface Summary Interface Description ExecutableSearchFilter A search filter that can be executed against an LDAP to fetch results.SearchResultMappingStrategy Strategy for mapping from aSearchResult
to a collection ofIdPAttribute
s. -
Class Summary Class Description AbstractExecutableSearchFilterBuilder Abstract executable search filter builder for implementations that can provide a search filter.ParameterizedExecutableSearchFilterBuilder AnExecutableSearchBuilder
that generates the search filter to be executed by evaluating a parameterized filter string against the currently resolved attributes within aAttributeResolutionContext
.StringAttributeValueMappingStrategy A simpleSearchResultMappingStrategy
that iterates over all result entries and includes all attribute values as strings.TemplatedExecutableSearchFilterBuilder AnExecutableSearchBuilder
that generates the search filter to be executed by evaluating aTemplate
against the currently resolved attributes within aAttributeResolutionContext
.TemplatedExecutableSearchFilterBuilder.EscapingReferenceInsertionEventHandler Escapes LDAP attribute values added to the template context.