Skip navigation links

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

E14650-04


oracle.security.jps.util
Enum JpsProviderConstants

java.lang.Object
  extended by java.lang.Enum<JpsProviderConstants>
      extended by oracle.security.jps.util.JpsProviderConstants

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JpsProviderConstants>

public enum JpsProviderConstants
extends java.lang.Enum<JpsProviderConstants>

Created by IntelliJ IDEA. User: rkng Date: Feb 9, 2006 Time: 12:33:34 PM To change this template use File | Settings | File Templates.


Enum Constant Summary
CREDENTIAL_STORE_LDAP
           
CREDENTIAL_STORE_XML
           
IDENTITY_STORE_LDAP
           
IDENTITY_STORE_XML
           
POLICY_STORE_LDAP
           
POLICY_STORE_XML
           

 

Method Summary
 java.lang.String getClassName()
           
 java.lang.String getShortName()
           
 java.lang.String toString()
           
static JpsProviderConstants valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JpsProviderConstants[] 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, valueOf

 

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

 

Enum Constant Detail

POLICY_STORE_XML

public static final JpsProviderConstants POLICY_STORE_XML

POLICY_STORE_LDAP

public static final JpsProviderConstants POLICY_STORE_LDAP

IDENTITY_STORE_XML

public static final JpsProviderConstants IDENTITY_STORE_XML

IDENTITY_STORE_LDAP

public static final JpsProviderConstants IDENTITY_STORE_LDAP

CREDENTIAL_STORE_XML

public static final JpsProviderConstants CREDENTIAL_STORE_XML

CREDENTIAL_STORE_LDAP

public static final JpsProviderConstants CREDENTIAL_STORE_LDAP

Method Detail

values

public static JpsProviderConstants[] 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 (JpsProviderConstants c : JpsProviderConstants.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static JpsProviderConstants 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

getClassName

public java.lang.String getClassName()

getShortName

public java.lang.String getShortName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<JpsProviderConstants>

Skip navigation links

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

E14650-04


Copyright © 2011, Oracle. All rights reserved.