public class IdentityStoreFactoryBuilder
extends java.lang.Object
| Constructor and Description |
|---|
IdentityStoreFactoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IdentityStoreFactory |
getIdentityStoreFactory()
Get the IdentityStoreFactory instance for the service provider.
|
IdentityStoreFactory |
getIdentityStoreFactory(java.lang.String classname)
Get the IdentityStoreFactory instance for the service provider.
|
IdentityStoreFactory |
getIdentityStoreFactory(java.lang.String classname, java.util.Hashtable configProps)
Get the IdentityStoreFactory instance for the service provider.
|
public IdentityStoreFactory getIdentityStoreFactory() throws IMException
ConfigurationException - Thrown by the service provider if configuration parameters for the factory are incorrect.IMException - Thrown by the service provider in case of any other problem.public IdentityStoreFactory getIdentityStoreFactory(java.lang.String classname, java.util.Hashtable configProps) throws IMException
classname - name of the class implementing the IdentityStoreFactory interface for the service providerconfigProps - Hashtable consisting of any configuration propertiesConfigurationException - Thrown by the service provider if configuration parameters for the factory are incorrect.IMException - Thrown by the service provider in case of any other problem.public IdentityStoreFactory getIdentityStoreFactory(java.lang.String classname) throws IMException
classname - name of the class implementing the IdentityStoreFactory interface for the service providerConfigurationException - Thrown by the service provider if configuration parameters for the factory are incorrect.IMException - Thrown by the service provider in case of any other problem.