Package | Description |
---|---|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
Modifier and Type | Method and Description |
---|---|
DataProviderID |
ImportableDataProvider.getDataProviderID()
Returns the ID of this data provider.
|
DataProviderID |
ExportableDataProvider.getDataProviderID()
Returns the ID of this data provider.
|
DataProviderID |
ArchivableDataProvider.getDataProviderID()
Returns the ID of this data provider.
|
static DataProviderID |
DataProviderID.newInternalID(String name)
Creates a new ID for an internal data provider.
|
static DataProviderID |
DataProviderID.newUserID(String name)
Creates a new ID for a user configured data provider.
|
Modifier and Type | Method and Description |
---|---|
int |
DataProviderID.compareTo(DataProviderID o) |
DataProvider |
DataProviderFactory.createDataProvider(DataProviderID id,
T configuration)
Creates and initializes a new data provider based on the information in
the provided configuration.
|
Copyright 2010-2017 ForgeRock AS.