Uses of Class
org.forgerock.opendj.server.core.DataProviderID
-
-
Uses of DataProviderID in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return DataProviderID Modifier and Type Method Description DataProviderIDArchivableDataProvider. getDataProviderID()Returns the ID of this data provider.DataProviderIDExportableDataProvider. getDataProviderID()Returns the ID of this data provider.DataProviderIDImportableDataProvider. getDataProviderID()Returns the ID of this data provider.static DataProviderIDDataProviderID. newInternalID(String name)Creates a new ID for an internal data provider.static DataProviderIDDataProviderID. newUserID(String name)Creates a new ID for a user configured data provider.Methods in org.forgerock.opendj.server.core with parameters of type DataProviderID Modifier and Type Method Description intDataProviderID. compareTo(DataProviderID o)DataProviderDataProviderFactory. createDataProvider(DataProviderID id, T configuration)Creates and initializes a new data provider based on the information in the provided configuration.
-