Package org.opends.server.protocols.http.authz
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.-
ClassDescriptionProvides foundation for http authorization mechanisms.Creates
HttpAuthorizationMechanism
performing the authentication/authorization of incoming Request.