Uses of Package
org.opends.server.authorization.policy
-
Packages that use org.opends.server.authorization.policy Package Description org.opends.server.authorization.policy Contains the policy based access control handler implementation. -
Classes in org.opends.server.authorization.policy used by org.opends.server.authorization.policy Class Description PolicyBasedAccessControlRequestFilter A singletonRequestFilter
which is always present in the global router and is responsible for delegating access control decisions to the policy based access control handler,PolicyBasedAccessControlHandler
, if enabled, or simply forwarding requests if the handler is disabled.