| Modifier and Type | Class and Description |
|---|---|
class |
ConsensusLdapConnectionLivenessValidator
A "federating"
LdapConnectionLivenessValidator implemenation
which requires all delegates to validate a given connection. |
class |
MaxLifetimeLdapConnectionLivenessValidator |
class |
NativeLdapConnectionLivenessValidator |
class |
SearchExecutingLdapConnectionLivenessValidator
Tests
LDAPConnection liveness by executing a search filter
and verifying that the result contains at least one entry. |
| Modifier and Type | Method and Description |
|---|---|
LdapConnectionLivenessValidator |
PooledLDAPConnectionFactory.getConnectionLivenessValidator()
Access the strategy for verifying
LDAPConnection
liveness. |
protected LdapConnectionLivenessValidator |
PooledLDAPConnectionFactory.newDefaultConnectionLivenessValidator()
As implemented, will return a new
NativeLdapConnectionLivenessValidator. |
| Modifier and Type | Method and Description |
|---|---|
List<LdapConnectionLivenessValidator> |
ConsensusLdapConnectionLivenessValidator.getDelegates()
Assign the list of
LdapConnectionLivenessValidators to
consult when validating any given connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
PooledLDAPConnectionFactory.setConnectionLivenessValidator(LdapConnectionLivenessValidator livenessValidator)
Assign a strategy for verifying
LDAPConnection
liveness. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsensusLdapConnectionLivenessValidator.setDelegates(List<LdapConnectionLivenessValidator> delegates)
Assign the list of
LdapConnectionLivenessValidators to
consult when validating any given connection. |
Copyright © 2003–2022 Sakai Project. All rights reserved.