Class PKIXResourceValidationInfoFactoryBean
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
net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.PKIXResourceValidationInfoFactoryBean
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<BasicPKIXValidationInformation>
,InitializingBean
public class PKIXResourceValidationInfoFactoryBean
extends AbstractBasicPKIXValidationInfoFactoryBean
File system specific bean for PKIXValidationInfo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe file to be turned into the certificates.The file to be turned into the crls.private org.slf4j.Logger
log.Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<X509Certificate>
Get the configured certificates.getCRLs()
Get the configured CRL list.void
setCertificates
(List<Resource> certs) Set the file names which we will convert into certificates.void
Set the file names which we will convert into crls.Methods inherited from class net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.AbstractBasicPKIXValidationInfoFactoryBean
doCreateInstance, getConfigDescription, getObjectType, getVerifyDepth, setConfigDescription, setVerifyDepth
Methods inherited from class net.shibboleth.ext.spring.factory.AbstractComponentAwareFactoryBean
createInstance, destroyInstance
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Field Details
-
log
private org.slf4j.Logger loglog. -
certificateFiles
The file to be turned into the certificates. -
crlFiles
The file to be turned into the crls.
-
-
Constructor Details
-
PKIXResourceValidationInfoFactoryBean
public PKIXResourceValidationInfoFactoryBean()
-
-
Method Details
-
setCertificates
Set the file names which we will convert into certificates.- Parameters:
certs
- the file names.
-
setCRLs
Set the file names which we will convert into crls.- Parameters:
crls
- the file names.
-
getCertificates
Get the configured certificates.- Specified by:
getCertificates
in classAbstractBasicPKIXValidationInfoFactoryBean
- Returns:
- the certificates null
-
getCRLs
Get the configured CRL list.- Specified by:
getCRLs
in classAbstractBasicPKIXValidationInfoFactoryBean
- Returns:
- the crls or null
-