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
Enum JpsSystemProps

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

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

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

This Enum class encapsulates the system properties used by JPS.

User: rkng Date: Feb 7, 2006 Time: 12:54:38 PM To change this template use File | Settings | File Templates.


Enum Constant Summary
AUTH_CHECK_CFG_PER_EVAL
           
COMMON_COMPONENTS_HOME
           
CONFIG_FACTORY
           
CONTEXT_FACTORY
           
ENABLE_JPS
           
JAVA_POLICY
           
JAVA_POLICY_ENABLE
           
ORACLE_FARM_NAME
           
ORACLE_HOME
           
ORACLE_INSTANCE
           
ORACLE_INSTANCE_NAME
           
PCS
           
POLICYSTORE_READONLY
           
SERVER_CONFIG_FACTORY
           

 

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

ENABLE_JPS

public static final JpsSystemProps ENABLE_JPS

CONTEXT_FACTORY

public static final JpsSystemProps CONTEXT_FACTORY

CONFIG_FACTORY

public static final JpsSystemProps CONFIG_FACTORY

SERVER_CONFIG_FACTORY

public static final JpsSystemProps SERVER_CONFIG_FACTORY

AUTH_CHECK_CFG_PER_EVAL

public static final JpsSystemProps AUTH_CHECK_CFG_PER_EVAL

JAVA_POLICY_ENABLE

public static final JpsSystemProps JAVA_POLICY_ENABLE

POLICYSTORE_READONLY

public static final JpsSystemProps POLICYSTORE_READONLY

JAVA_POLICY

public static final JpsSystemProps JAVA_POLICY

ORACLE_HOME

public static final JpsSystemProps ORACLE_HOME

PCS

public static final JpsSystemProps PCS

ORACLE_FARM_NAME

public static final JpsSystemProps ORACLE_FARM_NAME

ORACLE_INSTANCE

public static final JpsSystemProps ORACLE_INSTANCE

ORACLE_INSTANCE_NAME

public static final JpsSystemProps ORACLE_INSTANCE_NAME

COMMON_COMPONENTS_HOME

public static final JpsSystemProps COMMON_COMPONENTS_HOME

Method Detail

values

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

valueOf

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

getPropertyName

public java.lang.String getPropertyName()

getDefaultValue

public java.lang.String getDefaultValue()

getBooleanPropertyValue

public boolean getBooleanPropertyValue()

getSystemProperty

public java.lang.String getSystemProperty()

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.