Uses of Interface
org.forgerock.opendj.server.core.DataProvider
-
-
Uses of DataProvider in org.forgerock.opendj.server.core
Classes in org.forgerock.opendj.server.core that implement DataProvider Modifier and Type Class Description classAbstractDataProviderThis class provides a skeletal implementation of theDataProviderinterface, to minimize the effort required to implement this interface.Methods in org.forgerock.opendj.server.core that return DataProvider Modifier and Type Method Description DataProviderDataProviderFactory. createDataProvider(DataProviderID id, T configuration)Creates and initializes a new data provider based on the information in the provided configuration.
-