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 |
---|---|
AuthenticatedConnectionContext |
A
Context containing a cached pre-authenticated LDAP connection which
should be re-used for performing subsequent LDAP operations. |
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 2010-2020 ForgeRock AS.