Skip navigation links


oracle.iam.platform.authopss.api
Class PolicyConstants.RoleCategoryActions

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions

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

public static final class PolicyConstants.RoleCategoryActions
extends java.lang.Enum
implements PolicyConstants.Actions

enum for the Role Category.

See Also:
Serialized Form

Field Summary
static PolicyConstants.RoleCategoryActions CREATE
           
static PolicyConstants.RoleCategoryActions DELETE
           
static PolicyConstants.RoleCategoryActions MODIFY
           
static PolicyConstants.RoleCategoryActions VIEW_SEARCH
           

 

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

DELETE

public static final PolicyConstants.RoleCategoryActions DELETE

MODIFY

public static final PolicyConstants.RoleCategoryActions MODIFY

VIEW_SEARCH

public static final PolicyConstants.RoleCategoryActions VIEW_SEARCH

CREATE

public static final PolicyConstants.RoleCategoryActions CREATE

Method Detail

values

public static PolicyConstants.RoleCategoryActions[] values()

valueOf

public static PolicyConstants.RoleCategoryActions valueOf(java.lang.String name)

getId

public java.lang.String getId()
Specified by:
getId in interface PolicyConstants.Actions

Skip navigation links


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