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 aSearchResultto a collection ofIdPAttributes. -
Class Summary Class Description AbstractExecutableSearchFilterBuilder Abstract executable search filter builder for implementations that can provide a search filter.ParameterizedExecutableSearchFilterBuilder AnExecutableSearchBuilderthat generates the search filter to be executed by evaluating a parameterized filter string against the currently resolved attributes within aAttributeResolutionContext.StringAttributeValueMappingStrategy A simpleSearchResultMappingStrategythat iterates over all result entries and includes all attribute values as strings.TemplatedExecutableSearchFilterBuilder AnExecutableSearchBuilderthat generates the search filter to be executed by evaluating aTemplateagainst the currently resolved attributes within aAttributeResolutionContext.TemplatedExecutableSearchFilterBuilder.EscapingReferenceInsertionEventHandler Escapes LDAP attribute values added to the template context.