Uses of Class
org.opends.server.core.CompareOperation
-
Packages that use CompareOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation. -
-
Uses of CompareOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type CompareOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(CompareOperation compareOperation)
Indicates whether the provided compare operation is allowed based on the access control configuration. -
Uses of CompareOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type CompareOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(CompareOperation operation)
Check access on compare operations.Constructors in org.opends.server.authorization.dseecompat with parameters of type CompareOperation Constructor Description AciLDAPOperationContainer(CompareOperation operation, int rights)
Constructor interface for the compare operation. -
Uses of CompareOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type CompareOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(CompareOperation compareOperation)
-