Package | Description |
---|---|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
Modifier and Type | Method and Description |
---|---|
DataProviderStatus |
DataProviderConnection.getStatus(DN baseDN)
Returns the current status of the provided base DN in the underlying data
provider.
|
DataProviderStatus |
DataProvider.getStatus(DN baseDN)
Returns the current status of the provided base DN in this data provider.
|
static DataProviderStatus |
DataProviderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProviderStatus[] |
DataProviderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2010-2017 ForgeRock AS.