Uses of Class
org.opends.server.core.ExtendedOperation
-
Packages that use ExtendedOperation 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.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of ExtendedOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type ExtendedOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(ExtendedOperation extendedOperation)
Indicates whether the provided extended operation is allowed based on the access control configuration.abstract void
ExtendedOperationHandler. processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation. -
Uses of ExtendedOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type ExtendedOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(ExtendedOperation operation)
Constructors in org.opends.server.authorization.dseecompat with parameters of type ExtendedOperation Constructor Description AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights)
Constructor interface for evaluation of the extended operation. -
Uses of ExtendedOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type ExtendedOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(ExtendedOperation extendedOperation)
-
Uses of ExtendedOperation in org.opends.server.crypto
Methods in org.opends.server.crypto with parameters of type ExtendedOperation Modifier and Type Method Description void
GetSymmetricKeyExtendedOperation. processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation. -
Uses of ExtendedOperation in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type ExtendedOperation Modifier and Type Method Description void
CancelExtendedOperation. processExtendedOperation(ExtendedOperation operation)
void
GetConnectionIDExtendedOperation. processExtendedOperation(ExtendedOperation operation)
void
PasswordModifyExtendedOperation. processExtendedOperation(ExtendedOperation operation)
void
PasswordPolicyStateExtendedOperation. processExtendedOperation(ExtendedOperation operation)
void
StartTLSExtendedOperation. processExtendedOperation(ExtendedOperation operation)
void
WhoAmIExtendedOperation. processExtendedOperation(ExtendedOperation operation)
-