クラス LdapHealthContributorAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration<LdapHealthIndicator, org.springframework.ldap.core.LdapOperations>
org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
@AutoConfiguration(after=LdapAutoConfiguration.class)
@ConditionalOnClass({org.springframework.ldap.core.LdapOperations.class,LdapHealthIndicator.class,ConditionalOnEnabledHealthIndicator.class})
@ConditionalOnBean(org.springframework.ldap.core.LdapOperations.class)
@ConditionalOnEnabledHealthIndicator("ldap")
public final class LdapHealthContributorAutoConfiguration
extends CompositeHealthContributorConfiguration<LdapHealthIndicator, org.springframework.ldap.core.LdapOperations>
- 導入:
- 4.0.0
- 作成者:
- Edd ú Mel é ndez, Stephane Nicoll
方法の概要
修飾子と型メソッド説明protected final HealthContributorcreateContributor(MapSE<StringSE, org.springframework.ldap.core.LdapOperations> beans) protected final HealthContributorcreateContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<org.springframework.ldap.core.LdapOperations> beanType) 指定されたbeanFactoryから取得された指定されたbeanTypeの Bean から複合コントリビュータを作成します。protected LdapHealthIndicatorcreateIndicator(org.springframework.ldap.core.LdapOperations bean) クラス CompositeHealthContributorConfiguration から継承されたメソッド
createComposite
方法の詳細
createContributor
protected final HealthContributor createContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<org.springframework.ldap.core.LdapOperations> beanType) 指定されたbeanFactoryから取得された指定されたbeanTypeの Bean から複合コントリビュータを作成します。- パラメーター:
beanFactory- Bean が回収される Bean ファクトリbeanType- 取得される Bean の種類- 戻り値:
- コントリビューター
createContributor
protected final HealthContributor createContributor(MapSE<StringSE, org.springframework.ldap.core.LdapOperations> beans) createIndicator