Package org.springframework.ldap.pool
Class DirContextType
java.lang.Object
org.springframework.ldap.pool.DirContextType
An enum representing the two types of
DirContexts that can be returned by a
ContextSource.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DirContextTypeThe type ofDirContextreturned byContextSource.getReadOnlyContext()static final DirContextTypeThe type ofDirContextreturned byContextSource.getReadWriteContext() -
Method Summary
-
Field Details
-
READ_ONLY
The type ofDirContextreturned byContextSource.getReadOnlyContext() -
READ_WRITE
The type ofDirContextreturned byContextSource.getReadWriteContext()
-
-
Method Details