org.springframework.ldap.pool
Class DirContextType
java.lang.Object
org.springframework.ldap.pool.DirContextType
public final class DirContextType
- extends Object
An enum representing the two types of DirContext
s that can be returned by a
ContextSource
.
- Author:
- Eric Dalquist
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()
toString
public String toString()
- Overrides:
toString
in class Object