Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static LocalBackend.BackendOperation |
LocalBackend.BackendOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalBackend.BackendOperation[] |
LocalBackend.BackendOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LocalBackend.supports(LocalBackend.BackendOperation backendOperation)
Indicates whether this backend supports the provided backend operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrustStoreBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
SchemaBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
RootDSEBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
NullBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
MemoryBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
LDIFBackend.supports(LocalBackend.BackendOperation backendOperation) |
boolean |
ConfigurationBackend.supports(LocalBackend.BackendOperation backendOperation) |
Modifier and Type | Method and Description |
---|---|
boolean |
BackendImpl.supports(LocalBackend.BackendOperation backendOperation) |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskBackend.supports(LocalBackend.BackendOperation backendOperation) |
Copyright 2010-2022 ForgeRock AS.