public abstract class AbstractBasicPKIXValidationInfoFactoryBean extends AbstractComponentAwareFactoryBean<BasicPKIXValidationInformation>
BasicPKIXValidationInformation.| Modifier and Type | Field and Description |
|---|---|
private String |
configDescription
The description of the file with the configuration us.
|
private Integer |
verifyDepth
Verification depth.
|
| Constructor and Description |
|---|
AbstractBasicPKIXValidationInfoFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected BasicPKIXValidationInformation |
doCreateInstance() |
protected abstract List<X509Certificate> |
getCertificates()
Get the configured certificates.
|
String |
getConfigDescription()
For logging, get the description of the resource that defined this bean.
|
protected abstract List<X509CRL> |
getCRLs()
Get the configured CRL list.
|
Class<?> |
getObjectType() |
int |
getVerifyDepth()
Get the verify Depth.
|
void |
setConfigDescription(String desc)
For logging, set the description of the resource that defined this bean.
|
void |
setVerifyDepth(int depth)
Set the verify Depth.
|
createInstance, destroyInstancepublic AbstractBasicPKIXValidationInfoFactoryBean()
public int getVerifyDepth()
public void setVerifyDepth(int depth)
depth - The value to set.public String getConfigDescription()
public void setConfigDescription(@Nonnull String desc)
desc - what to set.public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<BasicPKIXValidationInformation>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<BasicPKIXValidationInformation>protected BasicPKIXValidationInformation doCreateInstance() throws Exception
doCreateInstance in class AbstractComponentAwareFactoryBean<BasicPKIXValidationInformation>Exception@Nullable protected abstract List<X509Certificate> getCertificates()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.