|
||||||||||
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.StaticPKIXX509CredentialTrustEngineFactoryBean
public class StaticPKIXX509CredentialTrustEngineFactoryBean
Spring factory bean used to create PKIXX509CredentialTrustEngine
s based on a static
PKIXValidationInformation resolver.
Field Summary | |
---|---|
private List<PKIXValidationInformation> |
pkixInfo
List of PKIX validation info. |
private PKIXValidationOptions |
pkixOptions
PKIX validation options. |
private Set<String> |
trustedNames
Set of trusted names. |
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
StaticPKIXX509CredentialTrustEngineFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
Class |
getObjectType()
|
List<PKIXValidationInformation> |
getPKIXInfo()
Gets the list of PKIX validation info. |
PKIXValidationOptions |
getPKIXValidationOptions()
Get the PKIX validation options. |
Set<String> |
getTrustedNames()
Gets the set of trusted names. |
void |
setPKIXInfo(List<PKIXValidationInformation> newPKIXInfo)
Sets the list of PKIX validation info. |
void |
setPKIXValidationOptions(PKIXValidationOptions newOptions)
Set the PKIX validation options. |
void |
setTrustedNames(Set<String> newTrustedNames)
Sets the set of trusted names. |
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 |
Field Detail |
---|
private List<PKIXValidationInformation> pkixInfo
private Set<String> trustedNames
private PKIXValidationOptions pkixOptions
Constructor Detail |
---|
public StaticPKIXX509CredentialTrustEngineFactoryBean()
Method Detail |
---|
public PKIXValidationOptions getPKIXValidationOptions()
public void setPKIXValidationOptions(PKIXValidationOptions newOptions)
newOptions
- the new set of validation optionspublic List<PKIXValidationInformation> getPKIXInfo()
public void setPKIXInfo(List<PKIXValidationInformation> newPKIXInfo)
newPKIXInfo
- the new list of PKIX validation infopublic Set<String> getTrustedNames()
public void setTrustedNames(Set<String> newTrustedNames)
newTrustedNames
- the set of trusted namespublic Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
protected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |