|
Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.security.idm.IdentityStoreFactoryBuilder
public class IdentityStoreFactoryBuilder
Class that builds the identity store factory.
| Constructor Summary | |
|---|---|
IdentityStoreFactoryBuilder() |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityStoreFactoryBuilder()
| Method Detail |
|---|
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.
|
Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||