Skip navigation links


oracle.iam.configservice.api
Class Constants.Privilege

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.configservice.api.Constants.Privilege

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

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

Field Summary
static Constants.Privilege ADD_CATEGORY
           
static Constants.Privilege ADD_DERIVED_ATTRIBUTES
           
static Constants.Privilege CREATE
           
static Constants.Privilege DELETE
           
static Constants.Privilege DELETE_CATEGORY
           
static Constants.Privilege SET_SEARCH_ATTRIBUTES
           
static Constants.Privilege UPDATE
           
static Constants.Privilege UPDATE_CATEGORY
           

 

Method Summary
 java.lang.String getId()
           
static Constants.Privilege valueOf(java.lang.String name)
           
static Constants.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

public static final Constants.Privilege CREATE

UPDATE

public static final Constants.Privilege UPDATE

DELETE

public static final Constants.Privilege DELETE

ADD_CATEGORY

public static final Constants.Privilege ADD_CATEGORY

DELETE_CATEGORY

public static final Constants.Privilege DELETE_CATEGORY

UPDATE_CATEGORY

public static final Constants.Privilege UPDATE_CATEGORY

SET_SEARCH_ATTRIBUTES

public static final Constants.Privilege SET_SEARCH_ATTRIBUTES

ADD_DERIVED_ATTRIBUTES

public static final Constants.Privilege ADD_DERIVED_ATTRIBUTES

Method Detail

values

public static Constants.Privilege[] values()

valueOf

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

getId

public java.lang.String getId()

Skip navigation links


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