Skip navigation links


oracle.iam.configservice.api
Class Constants.Entity

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

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

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

Field Summary
static Constants.Entity LDAP_ROLE
           
static Constants.Entity LDAP_USER
           
static Constants.Entity ORGANIZATION
           
static Constants.Entity ROLE
           
static Constants.Entity ROLE_CATEGORY
           
static Constants.Entity USER
           

 

Method Summary
 java.lang.String getConfigPath()
           
 Constants.Entity getLDAPSyncEntity()
           
 java.lang.String getTable()
           
 java.lang.String getValue()
           
static Constants.Entity valueOf(java.lang.String name)
           
static Constants.Entity[] 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

USER

public static final Constants.Entity USER

ROLE

public static final Constants.Entity ROLE

ROLE_CATEGORY

public static final Constants.Entity ROLE_CATEGORY

ORGANIZATION

public static final Constants.Entity ORGANIZATION

LDAP_USER

public static final Constants.Entity LDAP_USER

LDAP_ROLE

public static final Constants.Entity LDAP_ROLE

Method Detail

values

public static Constants.Entity[] values()

valueOf

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

getValue

public java.lang.String getValue()

getConfigPath

public java.lang.String getConfigPath()

getLDAPSyncEntity

public Constants.Entity getLDAPSyncEntity()

getTable

public java.lang.String getTable()

Skip navigation links


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