Class AbstractStaticPKIXParser.X509CredentialNameEvaluatorFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<X509CredentialNameEvaluator>
net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.AbstractStaticPKIXParser.X509CredentialNameEvaluatorFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<X509CredentialNameEvaluator>, InitializingBean
Enclosing class:
AbstractStaticPKIXParser

protected static class AbstractStaticPKIXParser.X509CredentialNameEvaluatorFactoryBean extends AbstractFactoryBean<X509CredentialNameEvaluator>
FactoryBean to do a deferred decision on whether to create a X509CredentialNameEvaluator. This is in a factory bean to allow for property replacement. The default (no value setting) is true.