|
Spring LDAP Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirContextValidator | |
---|---|
org.springframework.ldap.pool.factory | Core classes for the pooling library. |
org.springframework.ldap.pool.validation | Connection validation support for the pooling library. |
Uses of DirContextValidator in org.springframework.ldap.pool.factory |
---|
Methods in org.springframework.ldap.pool.factory that return DirContextValidator | |
---|---|
DirContextValidator |
PoolingContextSource.getDirContextValidator()
|
Methods in org.springframework.ldap.pool.factory with parameters of type DirContextValidator | |
---|---|
void |
PoolingContextSource.setDirContextValidator(DirContextValidator dirContextValidator)
|
Uses of DirContextValidator in org.springframework.ldap.pool.validation |
---|
Classes in org.springframework.ldap.pool.validation that implement DirContextValidator | |
---|---|
class |
DefaultDirContextValidator
Default DirContext validator that executes DirContext.search(String, String, SearchControls) . |
|
Spring LDAP Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |