Class CredentialConfigFactoryBean

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<CredentialConfig>, InitializingBean

public class CredentialConfigFactoryBean extends AbstractComponentAwareFactoryBean<CredentialConfig>
A Factory bean to summon up CredentialConfig from supplied <Credential> statements.
  • Field Details

    • log

      @Nonnull private static org.slf4j.Logger log
      Class logger.
    • trustCredential

      @Nullable private Credential trustCredential
      The credential of the LDAP server.
    • authCredential

      @Nullable private Credential authCredential
      Our authentication credential for the LDAP connection.
  • Constructor Details

    • CredentialConfigFactoryBean

      public CredentialConfigFactoryBean()
  • Method Details