Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.util
Enum JpsModuleType

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

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

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

This enum defines all the JPS module identifiers for various logging categories. Each of this module type can be used for definfing the logging category. Each of these enum types translates to {JPS_LOGGER_PREFIX}.{ENUM_VALUE} For example for POLICY_MGMT Jps Module Type, the logger category will be "oracle.jps.policymgmt"


Enum Constant Summary
ADMIN
          For JMX, ASCTL and MAS
AUTHENTICATION
          For login modules
AUTHORIZATION
          For policy store runtime
COMMON
          For common usage - user manager, jps config etc.
CONFIG
          For jps configuration
CREDSTORE
          For credential store
DEPLOYMENT
          for JPS deployment
ID_MGMT
          For identity store
JAASXS
          For policy store runtime
KEYSTORE
          For keystore
OC4J_INTEGRATION
          For OC4J/JPS integration
OPENAZ
          OPENAZ
PATCHING
          For Patching
POLICY_MGMT
          For policy store management
SSO_INTEGRATION
          For IdM, JSSO, SSO, COREID
TRUST
          For Trust service
UPGRADE
          For Migration and Upgrade

 

Method Summary
 java.lang.String toString()
           
static JpsModuleType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JpsModuleType[] 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, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

COMMON

public static final JpsModuleType COMMON
For common usage - user manager, jps config etc.

CONFIG

public static final JpsModuleType CONFIG
For jps configuration

DEPLOYMENT

public static final JpsModuleType DEPLOYMENT
for JPS deployment

AUTHENTICATION

public static final JpsModuleType AUTHENTICATION
For login modules

ID_MGMT

public static final JpsModuleType ID_MGMT
For identity store

CREDSTORE

public static final JpsModuleType CREDSTORE
For credential store

KEYSTORE

public static final JpsModuleType KEYSTORE
For keystore

AUTHORIZATION

public static final JpsModuleType AUTHORIZATION
For policy store runtime

JAASXS

public static final JpsModuleType JAASXS
For policy store runtime

POLICY_MGMT

public static final JpsModuleType POLICY_MGMT
For policy store management

SSO_INTEGRATION

public static final JpsModuleType SSO_INTEGRATION
For IdM, JSSO, SSO, COREID

OC4J_INTEGRATION

public static final JpsModuleType OC4J_INTEGRATION
For OC4J/JPS integration

ADMIN

public static final JpsModuleType ADMIN
For JMX, ASCTL and MAS

UPGRADE

public static final JpsModuleType UPGRADE
For Migration and Upgrade

PATCHING

public static final JpsModuleType PATCHING
For Patching

TRUST

public static final JpsModuleType TRUST
For Trust service

OPENAZ

public static final JpsModuleType OPENAZ
OPENAZ

Method Detail

values

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

valueOf

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<JpsModuleType>

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.