public final class DirContextType extends Object
DirContexts 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() |
public static final DirContextType READ_ONLY
DirContext returned by ContextSource.getReadOnlyContext()public static final DirContextType READ_WRITE
DirContext returned by ContextSource.getReadWriteContext()