public final class DataStoreProviderManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
Default.
|
static String |
DEFAULT_PROVIDER_ATTR
Attribute name for default provider.
|
static String |
PROVIDER_ATTR_PREFIX
Prefix for provider attribute.
|
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 final String DEFAULT
public static final String PROVIDER_ATTR_PREFIX
public static final String DEFAULT_PROVIDER_ATTR
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–2025 Open Identity Platform Community. All rights reserved.