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 AContextcontaining a cached LDAPEntrywhich represents the current authenticated user.HttpAuthorizationMechanism<T extends HttpAuthorizationMechanismCfg> Provides foundation for http authorization mechanisms.HttpAuthorizationMechanismFactory CreatesHttpAuthorizationMechanismperforming the authentication/authorization of incoming Request.