Skip navigation links


oracle.iam.identity.rolemgmt.api
Class RoleManagerConstants.RoleGrantAttributeName

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName

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

public static final class RoleManagerConstants.RoleGrantAttributeName
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static RoleManagerConstants.RoleGrantAttributeName CREATE_DATE
           
static RoleManagerConstants.RoleGrantAttributeName DATA_LEVEL
           
static RoleManagerConstants.RoleGrantAttributeName RUL_KEY
           
static RoleManagerConstants.RoleGrantAttributeName RULE_BASED
           
static RoleManagerConstants.RoleGrantAttributeName UPDATE_DATE
           

 

Method Summary
 java.lang.String getId()
           
static RoleManagerConstants.RoleGrantAttributeName valueOf(java.lang.String name)
           
static RoleManagerConstants.RoleGrantAttributeName[] 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

CREATE_DATE

public static final RoleManagerConstants.RoleGrantAttributeName CREATE_DATE

UPDATE_DATE

public static final RoleManagerConstants.RoleGrantAttributeName UPDATE_DATE

RUL_KEY

public static final RoleManagerConstants.RoleGrantAttributeName RUL_KEY

RULE_BASED

public static final RoleManagerConstants.RoleGrantAttributeName RULE_BASED

DATA_LEVEL

public static final RoleManagerConstants.RoleGrantAttributeName DATA_LEVEL

Method Detail

values

public static RoleManagerConstants.RoleGrantAttributeName[] values()

valueOf

public static RoleManagerConstants.RoleGrantAttributeName valueOf(java.lang.String name)

getId

public java.lang.String getId()

Skip navigation links


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