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 JpsSecurityProps

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

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

public final class JpsSecurityProps
extends java.lang.Enum

This Enum class encapsulates the security properties used by JPS.

See Also:
Serialized Form

Field Summary
static JpsSecurityProps JAAS_LOGIN_CONFIG_PROVIDER
           
static JpsSecurityProps JAAS_POLICY_PROVIDER
           
static JpsSecurityProps JAVA_POLICY_PROVIDER
           

 

Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getPropertyName()
           
 java.lang.String getPropertyValue()
           
 java.lang.String getSecurityProperty()
           
static JpsSecurityProps valueOf(java.lang.String name)
           
static JpsSecurityProps[] 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

JAAS_LOGIN_CONFIG_PROVIDER

public static final JpsSecurityProps JAAS_LOGIN_CONFIG_PROVIDER

JAAS_POLICY_PROVIDER

public static final JpsSecurityProps JAAS_POLICY_PROVIDER

JAVA_POLICY_PROVIDER

public static final JpsSecurityProps JAVA_POLICY_PROVIDER

Method Detail

values

public static JpsSecurityProps[] values()

valueOf

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

getPropertyName

public java.lang.String getPropertyName()

getPropertyValue

public java.lang.String getPropertyValue()

getDefaultValue

public java.lang.String getDefaultValue()

getSecurityProperty

public java.lang.String getSecurityProperty()

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.