public class PKIXResourceValidationInfoFactoryBean extends AbstractBasicPKIXValidationInfoFactoryBean
| Modifier and Type | Field and Description |
|---|---|
private List<org.springframework.core.io.Resource> |
certificateFiles
The file to be turned into the certificates.
|
private List<org.springframework.core.io.Resource> |
crlFiles
The file to be turned into the crls.
|
private org.slf4j.Logger |
log
log.
|
| Constructor and Description |
|---|
PKIXResourceValidationInfoFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected List<X509Certificate> |
getCertificates()
Get the configured certificates.
|
protected List<X509CRL> |
getCRLs()
Get the configured CRL list.
|
void |
setCertificates(List<org.springframework.core.io.Resource> certs)
Set the file names which we will convert into certificates.
|
void |
setCRLs(List<org.springframework.core.io.Resource> crls)
Set the file names which we will convert into crls.
|
doCreateInstance, getConfigDescription, getObjectType, getVerifyDepth, setConfigDescription, setVerifyDepthcreateInstance, destroyInstanceprivate org.slf4j.Logger log
private List<org.springframework.core.io.Resource> certificateFiles
private List<org.springframework.core.io.Resource> crlFiles
public PKIXResourceValidationInfoFactoryBean()
public void setCertificates(@Nullable List<org.springframework.core.io.Resource> certs)
certs - the file names.public void setCRLs(@Nullable List<org.springframework.core.io.Resource> crls)
crls - the file names.@Nullable protected List<X509Certificate> getCertificates()
getCertificates in class AbstractBasicPKIXValidationInfoFactoryBean@Nullable protected List<X509CRL> getCRLs()
getCRLs in class AbstractBasicPKIXValidationInfoFactoryBeanCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.