Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.PendingRoleGrantAttributeName CREATE_DATE
           
static RoleManagerConstants.PendingRoleGrantAttributeName END_DATE
           
static RoleManagerConstants.PendingRoleGrantAttributeName PROV_BY
           
static RoleManagerConstants.PendingRoleGrantAttributeName PROV_MECH
           
static RoleManagerConstants.PendingRoleGrantAttributeName REQUEST_ID
           
static RoleManagerConstants.PendingRoleGrantAttributeName REQUEST_KEY
           
static RoleManagerConstants.PendingRoleGrantAttributeName ROLE_KEY
           
static RoleManagerConstants.PendingRoleGrantAttributeName START_DATE
           
static RoleManagerConstants.PendingRoleGrantAttributeName UPDATE_DATE
           
static RoleManagerConstants.PendingRoleGrantAttributeName USER_KEY
           

 

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

ROLE_KEY

public static final RoleManagerConstants.PendingRoleGrantAttributeName ROLE_KEY

USER_KEY

public static final RoleManagerConstants.PendingRoleGrantAttributeName USER_KEY

CREATE_DATE

public static final RoleManagerConstants.PendingRoleGrantAttributeName CREATE_DATE

UPDATE_DATE

public static final RoleManagerConstants.PendingRoleGrantAttributeName UPDATE_DATE

REQUEST_KEY

public static final RoleManagerConstants.PendingRoleGrantAttributeName REQUEST_KEY

REQUEST_ID

public static final RoleManagerConstants.PendingRoleGrantAttributeName REQUEST_ID

PROV_BY

public static final RoleManagerConstants.PendingRoleGrantAttributeName PROV_BY

PROV_MECH

public static final RoleManagerConstants.PendingRoleGrantAttributeName PROV_MECH

START_DATE

public static final RoleManagerConstants.PendingRoleGrantAttributeName START_DATE

END_DATE

public static final RoleManagerConstants.PendingRoleGrantAttributeName END_DATE

Method Detail

values

public static RoleManagerConstants.PendingRoleGrantAttributeName[] values()

valueOf

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

getId

public java.lang.String getId()

getFieldId

public java.lang.String getFieldId()

Skip navigation links


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