Uses of Class
org.opends.server.core.ModifyDnOperation
-
Packages that use ModifyDnOperation 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. -
-
Uses of ModifyDnOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type ModifyDnOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(ModifyDnOperation modifyDnOperation)
Indicates whether the provided modify DN operation is allowed based on the access control configuration.abstract void
LocalBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary. -
Uses of ModifyDnOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type ModifyDnOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(ModifyDnOperation operation)
Checks access on a modifyDN operation.Constructors in org.opends.server.authorization.dseecompat with parameters of type ModifyDnOperation Constructor Description AciLDAPOperationContainer(ModifyDnOperation operation, int rights, Entry entry)
Constructor interface for the modify DN operation. -
Uses of ModifyDnOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type ModifyDnOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(ModifyDnOperation modifyDnOperation)
-
Uses of ModifyDnOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type ModifyDnOperation Modifier and Type Method Description void
ChangelogBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
ConfigurationBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
LDIFBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
MemoryBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
MonitorBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
NullBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
RootDSEBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
void
SchemaBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
-
Uses of ModifyDnOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type ModifyDnOperation Modifier and Type Method Description void
BackendImpl. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
-
Uses of ModifyDnOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type ModifyDnOperation Modifier and Type Method Description void
TaskBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)
-