Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-05


oracle.security.jps.util
Class JpsIdentityStoreUtil

java.lang.Object
  extended by oracle.security.jps.util.JpsIdentityStoreUtil


public class JpsIdentityStoreUtil
extends java.lang.Object

Constructor Summary
JpsIdentityStoreUtil()
           

 

Method Summary
static oracle.security.idm.IdentityStoreFactory getIdmFactory()
          Get dentity store factory associated with the identity store service.
static oracle.security.idm.IdentityStoreFactory getIdmFactory(java.lang.String contextName)
          Get Identity store factory associated with identity store service from a specific context Identity Store Factory from a specific context in global jps-config is returned.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JpsIdentityStoreUtil

public JpsIdentityStoreUtil()

Method Detail

getIdmFactory

public static oracle.security.idm.IdentityStoreFactory getIdmFactory()
Get dentity store factory associated with the identity store service. If application packages its own jps-config.xml file, then the factory associated with the identity store service (if exists) in the default context is returned. Otherwise global jps-config.xml file is checked. If a context with the app name exists and has an identity store service reference, then factory associated with that service is returned. Otherwsise the default context, identity store service factory is returned.
Returns:
Identity Store Factory if found, or null otherwise.

getIdmFactory

public static oracle.security.idm.IdentityStoreFactory getIdmFactory(java.lang.String contextName)
Get Identity store factory associated with identity store service from a specific context Identity Store Factory from a specific context in global jps-config is returned. If specified context is not found in global jps-config, or identity store service reference not found in that particular context, null is returned.
Parameters:
contextName -
Returns:
IdentityStoreFactory or null if not found.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-05


Copyright © 2011, Oracle. All rights reserved.