|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<JpsModuleType>
oracle.security.jps.util.JpsModuleType
public 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 | |
|---|---|
ADMINFor JMX, ASCTL and MAS |
|
ATTRIBUTEAttribute service |
|
AUDITAudit |
|
AUTHENTICATIONFor login modules |
|
AUTHORIZATIONFor policy store runtime |
|
COMMONFor common usage - user manager, jps config etc. |
|
CONFIGFor jps configuration |
|
CREDSTOREFor credential store |
|
DEPLOYMENTfor JPS deployment |
|
ID_MGMTFor identity store |
|
KEYSTOREFor keystore |
|
OPENAZOPENAZ |
|
PATCHINGFor Patching |
|
POLICY_MGMTFor policy store management |
|
SSO_INTEGRATIONFor IdM, JSSO, SSO, COREID |
|
TRUSTFor Trust service |
|
UPGRADEFor 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 |
|---|
public static final JpsModuleType COMMON
public static final JpsModuleType CONFIG
public static final JpsModuleType DEPLOYMENT
public static final JpsModuleType AUTHENTICATION
public static final JpsModuleType ID_MGMT
public static final JpsModuleType CREDSTORE
public static final JpsModuleType KEYSTORE
public static final JpsModuleType AUTHORIZATION
public static final JpsModuleType POLICY_MGMT
public static final JpsModuleType SSO_INTEGRATION
public static final JpsModuleType ADMIN
public static final JpsModuleType UPGRADE
public static final JpsModuleType PATCHING
public static final JpsModuleType TRUST
public static final JpsModuleType OPENAZ
public static final JpsModuleType AUDIT
public static final JpsModuleType ATTRIBUTE
| Method Detail |
|---|
public static JpsModuleType[] values()
for (JpsModuleType c : JpsModuleType.values())
System.out.println(c);
public static JpsModuleType 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 toString()
toString in class java.lang.Enum<JpsModuleType>
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||