Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


oracle.igf.ids.config
Enum IdentityStoreConfig.IdentityStoreType

java.lang.Object
  extended by java.lang.Enum<IdentityStoreConfig.IdentityStoreType>
      extended by oracle.igf.ids.config.IdentityStoreConfig.IdentityStoreType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IdentityStoreConfig.IdentityStoreType>
Enclosing class:
IdentityStoreConfig

public static enum IdentityStoreConfig.IdentityStoreType
extends java.lang.Enum<IdentityStoreConfig.IdentityStoreType>

Type of Identity Store


Enum Constant Summary
ACTIVE_DIRECTORY
           
CUSTOM
           
EDIRECTORY
           
ODSEE
           
OID
           
OPEN_LDAP
           
OUD
           
OVD
           
WLS_LDAP
           

 

Method Summary
static IdentityStoreConfig.IdentityStoreType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdentityStoreConfig.IdentityStoreType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

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

 

Enum Constant Detail

OID

public static final IdentityStoreConfig.IdentityStoreType OID

OUD

public static final IdentityStoreConfig.IdentityStoreType OUD

OVD

public static final IdentityStoreConfig.IdentityStoreType OVD

ODSEE

public static final IdentityStoreConfig.IdentityStoreType ODSEE

ACTIVE_DIRECTORY

public static final IdentityStoreConfig.IdentityStoreType ACTIVE_DIRECTORY

EDIRECTORY

public static final IdentityStoreConfig.IdentityStoreType EDIRECTORY

OPEN_LDAP

public static final IdentityStoreConfig.IdentityStoreType OPEN_LDAP

WLS_LDAP

public static final IdentityStoreConfig.IdentityStoreType WLS_LDAP

CUSTOM

public static final IdentityStoreConfig.IdentityStoreType CUSTOM

Method Detail

values

public static IdentityStoreConfig.IdentityStoreType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IdentityStoreConfig.IdentityStoreType c : IdentityStoreConfig.IdentityStoreType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IdentityStoreConfig.IdentityStoreType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


Copyright © 2012 Oracle. All Rights Reserved.