Uses of Class
org.opends.server.core.AddOperation
-
Packages that use AddOperation 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 AddOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type AddOperation Modifier and Type Method Description abstract void
LocalBackend. addEntry(Entry entry, AddOperation addOperation)
Adds the provided entry to this backend.boolean
AccessControlHandler. isAllowed(AddOperation addOperation)
Indicates whether the provided add operation is allowed based on the access control configuration. -
Uses of AddOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type AddOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(AddOperation operation)
Constructors in org.opends.server.authorization.dseecompat with parameters of type AddOperation Constructor Description AciLDAPOperationContainer(AddOperation operation, int rights)
Constructor interface for the add operation. -
Uses of AddOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type AddOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(AddOperation addOperation)
-
Uses of AddOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type AddOperation Modifier and Type Method Description void
ChangelogBackend. addEntry(Entry entry, AddOperation addOperation)
void
ConfigurationBackend. addEntry(Entry entry, AddOperation addOperation)
void
LDIFBackend. addEntry(Entry entry, AddOperation addOperation)
void
MemoryBackend. addEntry(Entry entry, AddOperation addOperation)
void
MonitorBackend. addEntry(Entry entry, AddOperation addOperation)
void
NullBackend. addEntry(Entry entry, AddOperation addOperation)
void
RootDSEBackend. addEntry(Entry entry, AddOperation addOperation)
void
SchemaBackend. addEntry(Entry entry, AddOperation addOperation)
-
Uses of AddOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type AddOperation Modifier and Type Method Description void
BackendImpl. addEntry(Entry entry, AddOperation addOperation)
-
Uses of AddOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type AddOperation Modifier and Type Method Description void
TaskBackend. addEntry(Entry entry, AddOperation addOperation)
-