クラス 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
  • 方法の詳細

    • 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

      protected LdapHealthIndicator createIndicator(org.springframework.ldap.core.LdapOperations bean)