Skip navigation links

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

E14650-03


oracle.security.jps.util
Class JpsSystemProps

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class JpsSystemProps
extends java.lang.Enum

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.

See Also:
Serialized Form

Field Summary
static JpsSystemProps AUTH_CHECK_CFG_PER_EVAL
           
static JpsSystemProps CONFIG_FACTORY
           
static JpsSystemProps CONTEXT_FACTORY
           
static JpsSystemProps ENABLE_JPS
           
static JpsSystemProps JAVA_POLICY
           
static JpsSystemProps JAVA_POLICY_ENABLE
           
static JpsSystemProps ORACLE_FARM_NAME
           
static JpsSystemProps ORACLE_HOME
           
static JpsSystemProps ORACLE_INSTANCE
           
static JpsSystemProps ORACLE_INSTANCE_NAME
           
static JpsSystemProps PCS
           
static JpsSystemProps POLICYSTORE_READONLY
           
static JpsSystemProps 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)
           
static JpsSystemProps[] values()
           

 

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

 

Field 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

Method Detail

values

public static JpsSystemProps[] values()

valueOf

public static JpsSystemProps valueOf(java.lang.String name)

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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.