|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.plugin.datastore.DataStoreProviderManager
public final class DataStoreProviderManager
This is a singleton class used to manage DataStore providers.
| フィールドの概要 | |
|---|---|
static String |
DEFAULT
Default. |
static String |
DEFAULT_PROVIDER_ATTR
Attribute name for default provider. |
static String |
PROVIDER_ATTR_PREFIX
Prefix for provider attribute. |
| メソッドの概要 | |
|---|---|
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 instance
DataStoreProviderException - 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||