public enum JpsProviderConstants extends java.lang.Enum<JpsProviderConstants>
| Enum Constant and Description | 
|---|
| CREDENTIAL_STORE_LDAP | 
| CREDENTIAL_STORE_XML | 
| IDENTITY_STORE_LDAP | 
| IDENTITY_STORE_XML | 
| POLICY_STORE_LDAP | 
| POLICY_STORE_XML | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static final JpsProviderConstants POLICY_STORE_XML
public static final JpsProviderConstants POLICY_STORE_LDAP
public static final JpsProviderConstants IDENTITY_STORE_XML
public static final JpsProviderConstants IDENTITY_STORE_LDAP
public static final JpsProviderConstants CREDENTIAL_STORE_XML
public static final JpsProviderConstants CREDENTIAL_STORE_LDAP
public static JpsProviderConstants[] values()
for (JpsProviderConstants c : JpsProviderConstants.values())
    System.out.println(c);
public static JpsProviderConstants valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getClassName()
public java.lang.String getShortName()
public java.lang.String toString()
toString in class java.lang.Enum<JpsProviderConstants>