Class CredentialsListFactory

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<List<Credential>>
net.shibboleth.oidc.profile.config.CredentialsListFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<List<Credential>>, InitializingBean

public class CredentialsListFactory extends AbstractFactoryBean<List<Credential>>
A factory that returns a list of credentials which does not contain any null elements.

Primarily created to support signature credential injection into the SignatureSigningConfiguration when the credential list may contain, in its raw state, null elements.

Since:
2.2.0