Filter to authenticate and authorize LDAP connections.See: Description
| Interface | Description |
|---|---|
| AuthenticationStrategy |
Authenticate a user and create a
SecurityContext as a result. |
| ConditionalFilters.Condition |
Condition which have to be fulfilled in order to apply the
Filter. |
| ConditionalFilters.ConditionalFilter |
Encapsulate a
Filter which will be processed only if the attached ConditionalFilters.Condition is true. |
| Class | Description |
|---|---|
| AuthenticationStrategies |
Factory methods of
AuthenticationStrategy allowing to perform authentication against LDAP server through
different method. |
| Authorization |
Factory methods to create
Filter performing authentication and authorizations. |
| ConditionalFilters |
Encapsulate a
ConditionalFilters.Condition which must be fulfilled in order to apply the Filter. |
| CredentialExtractors |
Factory method for function extracting credentials from HTTP request
Headers. |
Filter to authenticate and authorize LDAP connections. Authorization
filter injects a SecurityContext populated with authorization information like
user's id, user's DN or anything else. This SecurityContext can then be used
by ProxiedAuthV2Filter to inject an
AuthenticatedConnectionContext containing the
Connection with user specific privileges.Copyright © 2017-2020 Wren Security. All Rights Reserved.