|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.security.PKIXValidationInformationFactoryBean
public class PKIXValidationInformationFactoryBean
Factory bean for building instances of PKIXValidationInformation
.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
PKIXValidationInformationFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
List<X509Certificate> |
getCertificates()
Gets the cerificates respresented by this info set. |
List<X509CRL> |
getCrls()
Gets the CRLs respresented by this info set. |
Class |
getObjectType()
|
Integer |
getVerifyDepth()
Get the max verify depth represented by this info set. |
void |
setCertificates(List<X509Certificate> certs)
Sets the cerificates respresented by this info set. |
void |
setCrls(List<X509CRL> crls)
Sets the CRLs respresented by this info set. |
void |
setVerifyDepth(Integer newDepth)
Set the max verify depth represented by this info set. |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PKIXValidationInformationFactoryBean()
Method Detail |
---|
protected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public List<X509Certificate> getCertificates()
public List<X509CRL> getCrls()
public Integer getVerifyDepth()
public void setCertificates(List<X509Certificate> certs)
certs
- cerificates respresented by this info setpublic void setCrls(List<X509CRL> crls)
crls
- CRLs respresented by this info setpublic void setVerifyDepth(Integer newDepth)
newDepth
- the new max verify depth
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |