| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
  
java.lang.Enum<JpsSystemProps>
      
oracle.security.jps.util.JpsSystemProps
public enum JpsSystemProps
This Enum class encapsulates the system properties used by JPS. <p/> User: rkng Date: Feb 7, 2006 Time: 12:54:38 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
 boolean | 
getBooleanPropertyValue() | 
 java.lang.String | 
getDefaultValue() | 
 java.lang.String | 
getPropertyName() | 
 java.lang.String | 
getSystemProperty() | 
static JpsSystemProps | 
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.  | 
static JpsSystemProps[] | 
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 | 
|---|
public static final JpsSystemProps ENABLE_JPS
public static final JpsSystemProps CONTEXT_FACTORY
public static final JpsSystemProps CONFIG_FACTORY
public static final JpsSystemProps SERVER_CONFIG_FACTORY
public static final JpsSystemProps AUTH_CHECK_CFG_PER_EVAL
public static final JpsSystemProps JAVA_POLICY_ENABLE
public static final JpsSystemProps POLICYSTORE_READONLY
public static final JpsSystemProps JAVA_POLICY
public static final JpsSystemProps ORACLE_HOME
public static final JpsSystemProps PCS
public static final JpsSystemProps ORACLE_FARM_NAME
public static final JpsSystemProps ORACLE_INSTANCE
public static final JpsSystemProps ORACLE_INSTANCE_NAME
| Method Detail | 
|---|
public static JpsSystemProps[] values()
for (JpsSystemProps c : JpsSystemProps.values())
    System.out.println(c);
public static JpsSystemProps 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 getPropertyName()
public java.lang.String getDefaultValue()
public boolean getBooleanPropertyValue()
public java.lang.String getSystemProperty()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||