Package org.opends.server.protocols.http.authz
Contains factories to build the authorization stage of the HTTP request processing. Each HTTP request can go through
one or several
ConditionalFilters.ConditionalFilter
resulting in the
injection of an LdapClientContext
which can be used by the
HttpEndpoint
to perform LDAP requests against this directory server.-
Class Summary Class Description AuthenticatedUserContext AContext
containing a cached LDAPEntry
which represents the current authenticated user.HttpAuthorizationMechanism<T extends HttpAuthorizationMechanismCfg> Provides foundation for http authorization mechanisms.HttpAuthorizationMechanismFactory CreatesHttpAuthorizationMechanism
performing the authentication/authorization of incoming Request.