Uses of Class
org.opends.server.core.DeleteOperation
-
Packages that use DeleteOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.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.org.opends.server.plugins Contains the implementation for various Directory Server plugins. -
-
Uses of DeleteOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type DeleteOperation Modifier and Type Method Description abstract void
LocalBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
Removes the specified entry from this backend.boolean
AccessControlHandler. isAllowed(DeleteOperation deleteOperation)
Indicates whether the provided delete operation is allowed based on the access control configuration. -
Uses of DeleteOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type DeleteOperation Modifier and Type Method Description PluginResult.SubordinateDelete
DirectoryServerPlugin. processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn)
Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree delete operation. -
Uses of DeleteOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type DeleteOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(DeleteOperation operation)
Check access on delete operations.Constructors in org.opends.server.authorization.dseecompat with parameters of type DeleteOperation Constructor Description AciLDAPOperationContainer(DeleteOperation operation, int rights)
Constructor interface for the delete operation. -
Uses of DeleteOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type DeleteOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(DeleteOperation deleteOperation)
-
Uses of DeleteOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type DeleteOperation Modifier and Type Method Description void
ChangelogBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
ConfigurationBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
LDIFBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
MemoryBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
MonitorBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
NullBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
RootDSEBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
void
SchemaBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
-
Uses of DeleteOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type DeleteOperation Modifier and Type Method Description void
BackendImpl. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
-
Uses of DeleteOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type DeleteOperation Modifier and Type Method Description void
TaskBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)
-
Uses of DeleteOperation in org.opends.server.core
Methods in org.opends.server.core with parameters of type DeleteOperation Modifier and Type Method Description PluginResult.SubordinateDelete
PluginConfigManager. invokeSubordinateDeletePlugins(DeleteOperation deleteOperation, Dn entryDn)
Invokes the set of subordinate delete plugins that have been configured in the Directory Server. -
Uses of DeleteOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type DeleteOperation Modifier and Type Method Description PluginResult.SubordinateDelete
ReferentialIntegrityPlugin. processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn)
-