Skip navigation links


oracle.iam.ldapsync.vo
Class LDAPContainer.Type

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.ldapsync.vo.LDAPContainer.Type

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

public static final class LDAPContainer.Type
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static LDAPContainer.Type ROLE
           
static LDAPContainer.Type USER
           

 

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

ROLE

public static final LDAPContainer.Type ROLE

Method Detail

values

public static LDAPContainer.Type[] values()

valueOf

public static LDAPContainer.Type valueOf(java.lang.String name)

Skip navigation links


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