Skip navigation links

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

E14650-01


oracle.security.jps.util
Enum JpsAuditAttributes

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

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

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

Creates all the attibutes used for JPS Auditing


Enum Constant Summary
ANONYMOUS_ROLE
           
ANONYMOUS_USER
           
APP_ROLES
           
AUTHENTICATED_ROLE
           
CODE_SOURCE
           
ENTERPRISE_ROLES
           
INITIATOR_GUID
           
KEY_NAME
           
MAP_NAME
           
PERMISSION_ACTION
           
PERMISSION_CLASS
           
PERMISSION_SCOPE
           
PERMISSION_TARGET
           
PRINCIPALS
           
SUBJECT
           

 

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

MAP_NAME

public static final JpsAuditAttributes MAP_NAME

KEY_NAME

public static final JpsAuditAttributes KEY_NAME

CODE_SOURCE

public static final JpsAuditAttributes CODE_SOURCE

APP_ROLES

public static final JpsAuditAttributes APP_ROLES

ENTERPRISE_ROLES

public static final JpsAuditAttributes ENTERPRISE_ROLES

AUTHENTICATED_ROLE

public static final JpsAuditAttributes AUTHENTICATED_ROLE

ANONYMOUS_ROLE

public static final JpsAuditAttributes ANONYMOUS_ROLE

ANONYMOUS_USER

public static final JpsAuditAttributes ANONYMOUS_USER

INITIATOR_GUID

public static final JpsAuditAttributes INITIATOR_GUID

PRINCIPALS

public static final JpsAuditAttributes PRINCIPALS

PERMISSION_ACTION

public static final JpsAuditAttributes PERMISSION_ACTION

PERMISSION_CLASS

public static final JpsAuditAttributes PERMISSION_CLASS

PERMISSION_SCOPE

public static final JpsAuditAttributes PERMISSION_SCOPE

PERMISSION_TARGET

public static final JpsAuditAttributes PERMISSION_TARGET

SUBJECT

public static final JpsAuditAttributes SUBJECT

Method Detail

values

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

valueOf

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

Skip navigation links

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

E14650-01


Copyright © 2009, Oracle. All rights reserved.