| 
 | 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 | |||||||
public interface IdentityStoreFactory
IdentityStoreFactory is a programmatic represention of underlying identity repository. Actual handle to the identity repository can be obtained by calling getIdentityStoreInstance(Hashtable) on this object.
IdentityStore| Field Summary | |
|---|---|
| static java.lang.String | ADF_IM_FACTORY_CLASS | 
| static java.lang.String | ADF_IM_PROVIDER_URL | 
| static java.lang.String | ADF_IM_SECURITY_CREDENTIALS | 
| static java.lang.String | ADF_IM_SECURITY_PRINCIPAL | 
| static java.lang.String | ADF_IM_SUBSCRIBER_NAME | 
| static java.lang.String | ST_CONNECTION_POOLSTARTTIME: Externally configured oracle.security.idm.providers.stdldap.ConnectionPool object for connections to LDAP server | 
| static java.lang.String | ST_CONNECTION_POOL_CLASSfully qualified connection pool implementation classname | 
| static java.lang.String | ST_CONNECTION_POOL_MAX_CONNECTIONS | 
| static java.lang.String | ST_CONNECTION_POOL_MIN_CONNECTIONS | 
| static java.lang.String | ST_INITIAL_CONTEXT_FACTORY | 
| Method Summary | |
|---|---|
|  void | close()Closes this Store object and free any resources associated with it. | 
|  IdentityStore | getIdentityStoreInstance() | 
|  IdentityStore | getIdentityStoreInstance(java.util.Hashtable env)Get an IdentityStore instance. | 
| Field Detail | 
|---|
static final java.lang.String ADF_IM_FACTORY_CLASS
static final java.lang.String ADF_IM_SECURITY_PRINCIPAL
static final java.lang.String ADF_IM_SECURITY_CREDENTIALS
static final java.lang.String ADF_IM_PROVIDER_URL
static final java.lang.String ADF_IM_SUBSCRIBER_NAME
static final java.lang.String ST_CONNECTION_POOL
static final java.lang.String ST_CONNECTION_POOL_CLASS
static final java.lang.String ST_CONNECTION_POOL_MIN_CONNECTIONS
static final java.lang.String ST_CONNECTION_POOL_MAX_CONNECTIONS
static final java.lang.String ST_INITIAL_CONTEXT_FACTORY
| Method Detail | 
|---|
IdentityStore getIdentityStoreInstance(java.util.Hashtable env)
                                       throws IMException
ConfigurationException - Thrown by the service provider if configuration parameters for the identity store are incorrect.IMException - Thrown by the service provider in case of any other problem.
IdentityStore getIdentityStoreInstance()
                                       throws IMException
IMException
void close()
           throws IMException
IMException - Thrown by the service provider in case of any 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 | |||||||