クラス LdapHealthIndicator
java.lang.ObjectSE
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.ldap.LdapHealthIndicator
- 実装されたすべてのインターフェース:
HealthContributor
,HealthIndicator
構成済みの LDAP サーバーの
HealthIndicator
。- 導入:
- 2.0.0
- 作成者:
- Edd ú Mel é ndez, Stephane Nicoll
コンストラクターのサマリー
メソッドのサマリー
クラス org.springframework.boot.actuate.health.AbstractHealthIndicator から継承されたメソッド
health
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.boot.actuate.health.HealthIndicator から継承されたメソッド
getHealth
コンストラクターの詳細
LdapHealthIndicator
public LdapHealthIndicator(org.springframework.ldap.core.LdapOperations ldapOperations)
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractHealthIndicator
実際のヘルスチェックロジック。- 次で指定:
- クラス
AbstractHealthIndicator
のdoHealthCheck
- パラメーター:
builder
-Health.Builder
を使用して、ヘルスステータスと詳細を報告する- 例外:
ExceptionSE
-Status.DOWN
システムステータスを作成するException
SE。