Spring LDAP Framework

org.springframework.ldap.pool
Class DirContextType

java.lang.Object
  extended by org.springframework.ldap.pool.DirContextType

public final class DirContextType
extends Object

An enum representing the two types of DirContexts that can be returned by a ContextSource.

Author:
Eric Dalquist

Field Summary
static DirContextType READ_ONLY
          The type of DirContext returned by ContextSource.getReadOnlyContext()
static DirContextType READ_WRITE
          The type of DirContext returned by ContextSource.getReadWriteContext()
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

READ_ONLY

public static final DirContextType READ_ONLY
The type of DirContext returned by ContextSource.getReadOnlyContext()


READ_WRITE

public static final DirContextType READ_WRITE
The type of DirContext returned by ContextSource.getReadWriteContext()

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.