Class ChainingSignatureTrustEngineFactory

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean<ChainingSignatureTrustEngine>
net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.ChainingSignatureTrustEngineFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<ChainingSignatureTrustEngine>, InitializingBean

public class ChainingSignatureTrustEngineFactory extends AbstractComponentAwareFactoryBean<ChainingSignatureTrustEngine>
Factory bean for ChainingSignatureTrustEngine. This finesses the issue that some parsers are not supported and return a bean of type object and these cannot be injected into the trust engine. This factory just filters the unsupported engines out. A warning has been issued at point of parse so no further logging is required.