Skip navigation links


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

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

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

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

Field Summary
static RoleManagerConstants.Operations CREATE
           
static RoleManagerConstants.Operations DELETE
           
static RoleManagerConstants.Operations LOOKUP
           
static RoleManagerConstants.Operations MODIFY
           
static RoleManagerConstants.Operations SEARCH
           

 

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

LOOKUP

public static final RoleManagerConstants.Operations LOOKUP

MODIFY

public static final RoleManagerConstants.Operations MODIFY

SEARCH

public static final RoleManagerConstants.Operations SEARCH

DELETE

public static final RoleManagerConstants.Operations DELETE

Method Detail

values

public static RoleManagerConstants.Operations[] values()

valueOf

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

Skip navigation links


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