Uses of Class
org.opends.server.core.ModifyOperation
-
Packages that use ModifyOperation 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.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of ModifyOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type ModifyOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(ModifyOperation modifyOperation)
Indicates whether the provided modify operation is allowed based on the access control configuration.abstract void
LocalBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this backend. -
Uses of ModifyOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type ModifyOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(ModifyOperation operation)
Constructors in org.opends.server.authorization.dseecompat with parameters of type ModifyOperation Constructor Description AciLDAPOperationContainer(ModifyOperation operation, int rights)
Constructor interface for the modify operation. -
Uses of ModifyOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type ModifyOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(ModifyOperation modifyOperation)
-
Uses of ModifyOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type ModifyOperation Modifier and Type Method Description void
ChangelogBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
ConfigurationBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
LDIFBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
MemoryBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
MonitorBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
NullBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
RootDSEBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
void
SchemaBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
-
Uses of ModifyOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type ModifyOperation Modifier and Type Method Description void
BackendImpl. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
-
Uses of ModifyOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type ModifyOperation Modifier and Type Method Description void
TaskBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
-
Uses of ModifyOperation in org.opends.server.core
Methods in org.opends.server.core with parameters of type ModifyOperation Modifier and Type Method Description PluginResult.PostOperation
PluginConfigManager. invokePostOperationModifyPlugins(ModifyOperation modifyOperation)
Invokes the set of post-operation modify plugins that have been configured in the Directory Server.
-