DataConnector implementation that reads data from an LDAP.See: Description
| Interface | Description |
|---|---|
| ExecutableSearchFilter |
A search filter that can be executed against an LDAP to fetch results.
|
| SearchResultMappingStrategy |
Strategy for mapping from a
SearchResult to a collection of
IdPAttributes. |
| Class | Description |
|---|---|
| AbstractExecutableSearchFilterBuilder |
Abstract executable search filter builder for implementations that can provide a search filter.
|
| ConnectionFactoryValidator |
Validator implementation that invokes
Connection.open() to determine if the ConnectionFactory is properly
configured. |
| LDAPDataConnector |
A
DataConnector that queries an LDAP in order to retrieve attribute
data. |
| ParameterizedExecutableSearchFilterBuilder |
An
ExecutableSearchBuilder that generates the search filter to
be executed by evaluating a parameterized filter string against the currently resolved attributes within a
AttributeResolutionContext. |
| StringAttributeValueMappingStrategy |
A simple
SearchResultMappingStrategy that iterates over all result entries and includes all attribute values
as strings. |
| TemplatedExecutableSearchFilterBuilder |
An
ExecutableSearchBuilder that generates the search filter to
be executed by evaluating a Template against the currently resolved attributes within a
AttributeResolutionContext. |
| TemplatedExecutableSearchFilterBuilder.EscapingReferenceInsertionEventHandler |
Escapes LDAP attribute values added to the template context.
|
DataConnector implementation that reads data from an LDAP.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.