public final class DirContextType
extends java.lang.Object
DirContext
s that can be returned by a
ContextSource
.Modifier and Type | Field and Description |
---|---|
static DirContextType |
READ_ONLY
The type of
DirContext returned by ContextSource.getReadOnlyContext() |
static DirContextType |
READ_WRITE
The type of
DirContext returned by ContextSource.getReadWriteContext() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final DirContextType READ_ONLY
DirContext
returned by ContextSource.getReadOnlyContext()
public static final DirContextType READ_WRITE
DirContext
returned by ContextSource.getReadWriteContext()