Package org.springframework.ldap.pool2
Class DirContextType
- java.lang.Object
-
- org.springframework.ldap.pool2.DirContextType
-
public final class DirContextType extends java.lang.ObjectAn enum representing the two types ofDirContexts that can be returned by aContextSource.
-
-
Field Summary
Fields Modifier and Type Field Description static DirContextTypeREAD_ONLYThe type ofDirContextreturned byContextSource.getReadOnlyContext()static DirContextTypeREAD_WRITEThe type ofDirContextreturned byContextSource.getReadWriteContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
READ_ONLY
public static final DirContextType READ_ONLY
The type ofDirContextreturned byContextSource.getReadOnlyContext()
-
READ_WRITE
public static final DirContextType READ_WRITE
The type ofDirContextreturned byContextSource.getReadWriteContext()
-
-