Skip navigation links


oracle.iam.ida.vo
Class Remediator.Attribute

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.ida.vo.Remediator.Attribute

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Remediator

public static final class Remediator.Attribute
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
 java.lang.String attributeName
           
static Remediator.Attribute CREATE_BY_ID
           
static Remediator.Attribute CREATE_DATE
           
static Remediator.Attribute ENTITY_ID
           
static Remediator.Attribute IS_ACTIVE
           
static Remediator.Attribute POLICY_VIOLATION_ID
           
static Remediator.Attribute PROXY_ROLE_KEY
           
static Remediator.Attribute PROXY_USER_KEY
           
static Remediator.Attribute REMEDIATOR_ROLE_KEY
           
static Remediator.Attribute REMEDIATOR_USER_KEY
           
static Remediator.Attribute UPDATE
           
static Remediator.Attribute UPDATE_BY_ID
           

 

Method Summary
 java.lang.String toString()
           
static Remediator.Attribute valueOf(java.lang.String name)
           
static Remediator.Attribute[] values()
           

 

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

 

Field Detail

ENTITY_ID

public static final Remediator.Attribute ENTITY_ID

CREATE_DATE

public static final Remediator.Attribute CREATE_DATE

CREATE_BY_ID

public static final Remediator.Attribute CREATE_BY_ID

UPDATE

public static final Remediator.Attribute UPDATE

UPDATE_BY_ID

public static final Remediator.Attribute UPDATE_BY_ID

POLICY_VIOLATION_ID

public static final Remediator.Attribute POLICY_VIOLATION_ID

REMEDIATOR_USER_KEY

public static final Remediator.Attribute REMEDIATOR_USER_KEY

REMEDIATOR_ROLE_KEY

public static final Remediator.Attribute REMEDIATOR_ROLE_KEY

PROXY_USER_KEY

public static final Remediator.Attribute PROXY_USER_KEY

PROXY_ROLE_KEY

public static final Remediator.Attribute PROXY_ROLE_KEY

IS_ACTIVE

public static final Remediator.Attribute IS_ACTIVE

attributeName

public final java.lang.String attributeName

Method Detail

values

public static Remediator.Attribute[] values()

valueOf

public static Remediator.Attribute valueOf(java.lang.String name)

toString

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

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.