Class AbstractBasicPKIXValidationInfoFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean<BasicPKIXValidationInformation>
net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.AbstractBasicPKIXValidationInfoFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<BasicPKIXValidationInformation>, InitializingBean
Direct Known Subclasses:
PKIXInlineValidationInfoFactoryBean, PKIXResourceValidationInfoFactoryBean

public abstract class AbstractBasicPKIXValidationInfoFactoryBean extends AbstractComponentAwareFactoryBean<BasicPKIXValidationInformation>
A factory bean to collect information to do with a BasicPKIXValidationInformation.
  • Field Details

    • verifyDepth

      @Nullable private Integer verifyDepth
      Verification depth.
    • configDescription

      @Nonnull private String configDescription
      The description of the file with the configuration us.
  • Constructor Details

    • AbstractBasicPKIXValidationInfoFactoryBean

      public AbstractBasicPKIXValidationInfoFactoryBean()
  • Method Details