Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.RoleHistoryType ACCESS_POLICY
           
static RoleManagerConstants.RoleHistoryType ALL
           
static RoleManagerConstants.RoleHistoryType ATTRIBUTES
           
static RoleManagerConstants.RoleHistoryType HIERARCHY
           
static RoleManagerConstants.RoleHistoryType MEMBERSHIP_RULE
           
static RoleManagerConstants.RoleHistoryType ORGANIZATION
           
static RoleManagerConstants.RoleHistoryType USER_MEMBERSHIP
           

 

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

ATTRIBUTES

public static final RoleManagerConstants.RoleHistoryType ATTRIBUTES

ACCESS_POLICY

public static final RoleManagerConstants.RoleHistoryType ACCESS_POLICY

HIERARCHY

public static final RoleManagerConstants.RoleHistoryType HIERARCHY

ORGANIZATION

public static final RoleManagerConstants.RoleHistoryType ORGANIZATION

MEMBERSHIP_RULE

public static final RoleManagerConstants.RoleHistoryType MEMBERSHIP_RULE

USER_MEMBERSHIP

public static final RoleManagerConstants.RoleHistoryType USER_MEMBERSHIP

ALL

public static final RoleManagerConstants.RoleHistoryType ALL

Method Detail

values

public static RoleManagerConstants.RoleHistoryType[] values()

valueOf

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

Skip navigation links


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