public class LdapHealthIndicator extends AbstractHealthIndicator
HealthIndicator for configured LDAP server(s).| 构造器和说明 |
|---|
LdapHealthIndicator(org.springframework.ldap.core.LdapOperations ldapOperations) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic LdapHealthIndicator(org.springframework.ldap.core.LdapOperations ldapOperations)
protected void doHealthCheck(Health.Builder builder) throws java.lang.Exception
AbstractHealthIndicatordoHealthCheck 在类中 AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsjava.lang.Exception - any Exception that should create a Status.DOWN
system status.