Uses of Class
org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
-
Packages that use HttpAuthorizationMechanism Package Description org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing. -
-
Uses of HttpAuthorizationMechanism in org.opends.server.protocols.http.authz
Methods in org.opends.server.protocols.http.authz that return HttpAuthorizationMechanism Modifier and Type Method Description <C extends HttpAuthorizationMechanismCfg>
HttpAuthorizationMechanism<C>HttpAuthorizationMechanismFactory. newInstance(C config)
Creates a newHttpAuthorizationMechanism
based on the configuration.Methods in org.opends.server.protocols.http.authz with parameters of type HttpAuthorizationMechanism Modifier and Type Method Description int
HttpAuthorizationMechanism. compareTo(HttpAuthorizationMechanism<?> other)
-