Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.RoleAttributeName CATEGORY_KEY
           
static RoleManagerConstants.RoleAttributeName CREATE_DATE
           
static RoleManagerConstants.RoleAttributeName DATA_LEVEL
           
static RoleManagerConstants.RoleAttributeName DESCRIPTION
           
static RoleManagerConstants.RoleAttributeName DISPLAY_NAME
           
static RoleManagerConstants.RoleAttributeName EMAIL
           
static RoleManagerConstants.RoleAttributeName KEY
           
static RoleManagerConstants.RoleAttributeName LDAP_DN
           
static RoleManagerConstants.RoleAttributeName LDAP_GUID
           
static RoleManagerConstants.RoleAttributeName MTID
           
static RoleManagerConstants.RoleAttributeName NAME
           
static RoleManagerConstants.RoleAttributeName NAMESPACE
           
static RoleManagerConstants.RoleAttributeName OWNER_KEY
           
static RoleManagerConstants.RoleAttributeName TID
           
static RoleManagerConstants.RoleAttributeName TNAME
           
static RoleManagerConstants.RoleAttributeName UNIQUE_NAME
           
static RoleManagerConstants.RoleAttributeName UPDATE_DATE
           
static RoleManagerConstants.RoleAttributeName UPDATED_BY
           
static RoleManagerConstants.RoleAttributeName USER_MEMBERSHIP_RULE
           

 

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

KEY

public static final RoleManagerConstants.RoleAttributeName KEY

UNIQUE_NAME

public static final RoleManagerConstants.RoleAttributeName UNIQUE_NAME

NAME

public static final RoleManagerConstants.RoleAttributeName NAME

NAMESPACE

public static final RoleManagerConstants.RoleAttributeName NAMESPACE

DISPLAY_NAME

public static final RoleManagerConstants.RoleAttributeName DISPLAY_NAME

EMAIL

public static final RoleManagerConstants.RoleAttributeName EMAIL

DESCRIPTION

public static final RoleManagerConstants.RoleAttributeName DESCRIPTION

CATEGORY_KEY

public static final RoleManagerConstants.RoleAttributeName CATEGORY_KEY

OWNER_KEY

public static final RoleManagerConstants.RoleAttributeName OWNER_KEY

LDAP_GUID

public static final RoleManagerConstants.RoleAttributeName LDAP_GUID

LDAP_DN

public static final RoleManagerConstants.RoleAttributeName LDAP_DN

CREATE_DATE

public static final RoleManagerConstants.RoleAttributeName CREATE_DATE

UPDATE_DATE

public static final RoleManagerConstants.RoleAttributeName UPDATE_DATE

UPDATED_BY

public static final RoleManagerConstants.RoleAttributeName UPDATED_BY

DATA_LEVEL

public static final RoleManagerConstants.RoleAttributeName DATA_LEVEL

USER_MEMBERSHIP_RULE

public static final RoleManagerConstants.RoleAttributeName USER_MEMBERSHIP_RULE

TID

public static final RoleManagerConstants.RoleAttributeName TID

TNAME

public static final RoleManagerConstants.RoleAttributeName TNAME

MTID

public static final RoleManagerConstants.RoleAttributeName MTID

Method Detail

values

public static RoleManagerConstants.RoleAttributeName[] values()

valueOf

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

getId

public java.lang.String getId()

Skip navigation links


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