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