|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.IdentityDirectoryFactory
public class IdentityDirectoryFactory
Factory class for creating IdentityDirectoryService. IdentityDirectoryService can be created either with the IDS configuration that is already persisted or with the in-memory EntityConfig and IdentityStoreConfig objects.
| Constructor Summary | |
|---|---|
IdentityDirectoryFactory()Default constructor |
|
| Method Summary | |
|---|---|
IdentityDirectory |
getDefaultIdentityDirectory(OperationalConfig opConfig)Get default IdentityDirectory instance that is persisted |
java.util.List<IdentityDirectoryInfo> |
getIdentityDirectoriesList()Get the list of Identity Directories configured |
IdentityDirectory |
getIdentityDirectory(java.lang.String idsName, EntitiesConfig entityConfig, IdentityStoreConfig idStoreConfig, OperationalConfig opConfig)Get IdentityDirectory instance given EntityConfig and IdentityStoreConfig objects using default Stack Provider. |
IdentityDirectory |
getIdentityDirectory(java.lang.String idsConfigName, OperationalConfig opConfig)Get IdentityDirectory instance given the Identity Directory Service configuration name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityDirectoryFactory()
| Method Detail |
|---|
public IdentityDirectory getIdentityDirectory(java.lang.String idsName,
EntitiesConfig entityConfig,
IdentityStoreConfig idStoreConfig,
OperationalConfig opConfig)
throws IDSException
idsName - Name of the IdentityDirectoryService. This should be unique in the Application scope. Entity canonical name includes this IDS name.entityConfig - Logical Entity configurationidStoreConfig - Physical Identity Store configurationopConfig - Operational ConfigurationIDSException - Generic IdentityDirectoryService exception
public IdentityDirectory getIdentityDirectory(java.lang.String idsConfigName,
OperationalConfig opConfig)
throws IDSException
idsConfigName - Name of the Identity Directory Service configurationopConfig - Operational ConfigurationIDSException - Generic IdentityDirectoryService exception
public IdentityDirectory getDefaultIdentityDirectory(OperationalConfig opConfig)
throws IDSException
opConfig - Operational ConfigurationIDSException - Generic IdentityDirectoryService exception
public java.util.List<IdentityDirectoryInfo> getIdentityDirectoriesList()
throws IDSException
IDSException - Generic IdentityDirectoryService exception
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||