Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.Privilege CREATE_ROLE
           
static RoleManagerConstants.Privilege CREATE_ROLE_CATEGORY
           
static RoleManagerConstants.Privilege CREATE_ROLE_ROLE_RELATIONSHIP
           
static RoleManagerConstants.Privilege CREATE_ROLE_USER_MEMBERSHIP
           
static RoleManagerConstants.Privilege DELETE_ROLE
           
static RoleManagerConstants.Privilege DELETE_ROLE_CATEGORY
           
static RoleManagerConstants.Privilege DELETE_ROLE_ROLE_RELATIONSHIP
           
static RoleManagerConstants.Privilege DELETE_ROLE_USER_MEMBERSHIP
           
static RoleManagerConstants.Privilege MODIFY_ROLE
           
static RoleManagerConstants.Privilege MODIFY_ROLE_CATEGORY
           
static RoleManagerConstants.Privilege MODIFY_ROLE_ROLE_RELATIONSHIP
           
static RoleManagerConstants.Privilege MODIFY_ROLE_USER_MEMBERSHIP
           
static RoleManagerConstants.Privilege SEARCH_ROLE
           
static RoleManagerConstants.Privilege SEARCH_ROLE_CATEGORY
           
static RoleManagerConstants.Privilege SEARCH_ROLE_ROLE_RELATIONSHIP
           
static RoleManagerConstants.Privilege SEARCH_ROLE_USER_MEMBERSHIP
           
static RoleManagerConstants.Privilege SEARCH_USER_ROLE_MEMBERSHIP
           
static RoleManagerConstants.Privilege VIEW_ROLE
           
static RoleManagerConstants.Privilege VIEW_ROLE_CATEGORY
           
static RoleManagerConstants.Privilege VIEW_ROLE_ROLE_RELATIONSHIP
           
static RoleManagerConstants.Privilege VIEW_ROLE_USER_MEMBERSHIP
           

 

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

public static final RoleManagerConstants.Privilege CREATE_ROLE

MODIFY_ROLE

public static final RoleManagerConstants.Privilege MODIFY_ROLE

DELETE_ROLE

public static final RoleManagerConstants.Privilege DELETE_ROLE

VIEW_ROLE

public static final RoleManagerConstants.Privilege VIEW_ROLE

SEARCH_ROLE

public static final RoleManagerConstants.Privilege SEARCH_ROLE

CREATE_ROLE_CATEGORY

public static final RoleManagerConstants.Privilege CREATE_ROLE_CATEGORY

MODIFY_ROLE_CATEGORY

public static final RoleManagerConstants.Privilege MODIFY_ROLE_CATEGORY

DELETE_ROLE_CATEGORY

public static final RoleManagerConstants.Privilege DELETE_ROLE_CATEGORY

VIEW_ROLE_CATEGORY

public static final RoleManagerConstants.Privilege VIEW_ROLE_CATEGORY

SEARCH_ROLE_CATEGORY

public static final RoleManagerConstants.Privilege SEARCH_ROLE_CATEGORY

CREATE_ROLE_USER_MEMBERSHIP

public static final RoleManagerConstants.Privilege CREATE_ROLE_USER_MEMBERSHIP

MODIFY_ROLE_USER_MEMBERSHIP

public static final RoleManagerConstants.Privilege MODIFY_ROLE_USER_MEMBERSHIP

DELETE_ROLE_USER_MEMBERSHIP

public static final RoleManagerConstants.Privilege DELETE_ROLE_USER_MEMBERSHIP

VIEW_ROLE_USER_MEMBERSHIP

public static final RoleManagerConstants.Privilege VIEW_ROLE_USER_MEMBERSHIP

SEARCH_ROLE_USER_MEMBERSHIP

public static final RoleManagerConstants.Privilege SEARCH_ROLE_USER_MEMBERSHIP

SEARCH_USER_ROLE_MEMBERSHIP

public static final RoleManagerConstants.Privilege SEARCH_USER_ROLE_MEMBERSHIP

CREATE_ROLE_ROLE_RELATIONSHIP

public static final RoleManagerConstants.Privilege CREATE_ROLE_ROLE_RELATIONSHIP

MODIFY_ROLE_ROLE_RELATIONSHIP

public static final RoleManagerConstants.Privilege MODIFY_ROLE_ROLE_RELATIONSHIP

DELETE_ROLE_ROLE_RELATIONSHIP

public static final RoleManagerConstants.Privilege DELETE_ROLE_ROLE_RELATIONSHIP

VIEW_ROLE_ROLE_RELATIONSHIP

public static final RoleManagerConstants.Privilege VIEW_ROLE_ROLE_RELATIONSHIP

SEARCH_ROLE_ROLE_RELATIONSHIP

public static final RoleManagerConstants.Privilege SEARCH_ROLE_ROLE_RELATIONSHIP

Method Detail

values

public static RoleManagerConstants.Privilege[] values()

valueOf

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

getId

public java.lang.String getId()

getConvertDCtoObligation

public boolean getConvertDCtoObligation()

Skip navigation links


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