public final class DataStoreProviderManager extends Object
Modifier and Type | Method and Description |
---|---|
DataStoreProvider |
getDataStoreProvider(String componentName)
Gets the provider associated with the component.
|
static DataStoreProviderManager |
getInstance()
Gets the singleton instance of
DataStoreProviderManager . |
public static DataStoreProviderManager getInstance() throws DataStoreProviderException
DataStoreProviderManager
.DataStoreProviderManager
instanceDataStoreProviderException
- if unable to get the singleton
DataStoreProviderManager
instance.public DataStoreProvider getDataStoreProvider(String componentName) throws DataStoreProviderException
null
componentName is passed in, default provider
is returned.componentName
- component name, such as saml, saml2, id-ff, disco,
authnsvc, and idpp.DataStoreProviderException
- if an error occurred.Copyright © 2010-2018, ForgeRock All Rights Reserved.