Skip navigation links


oracle.iam.platform.utils.vo
Class OIMType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.utils.vo.OIMType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class OIMType
extends java.lang.Enum

All the netities that are catalogable

Since:
11.1.1.6
See Also:
Serialized Form

Field Summary
static OIMType ApplicationInstance
           
static OIMType Catalog
           
static OIMType Entitlement
           
static OIMType Organization
           
static OIMType Resource
           
static OIMType Role
           
static OIMType User
           

 

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

Role

public static final OIMType Role

Entitlement

public static final OIMType Entitlement

ApplicationInstance

public static final OIMType ApplicationInstance

User

public static final OIMType User

Organization

public static final OIMType Organization

Catalog

public static final OIMType Catalog

Resource

public static final OIMType Resource

Method Detail

values

public static OIMType[] values()

valueOf

public static OIMType valueOf(java.lang.String name)

getValue

public java.lang.String getValue()

Skip navigation links


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