|
||||||||||
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.StaticPKIXSignatureTrustEngineFactoryBean
public class StaticPKIXSignatureTrustEngineFactoryBean
Spring factory bean used to create PKIXSignatureTrustEngine
s based on a static
PKIXValidationInformation resolver.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
StaticPKIXSignatureTrustEngineFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
Class |
getObjectType()
|
List<org.opensaml.xml.security.x509.PKIXValidationInformation> |
getPKIXInfo()
Gets the list of PKIX validation info. |
Set<String> |
getTrustedNames()
Gets the set of trusted names. |
void |
setPKIXInfo(List<org.opensaml.xml.security.x509.PKIXValidationInformation> newPKIXInfo)
Sets the list of PKIX validation info. |
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 |
Constructor Detail |
---|
public StaticPKIXSignatureTrustEngineFactoryBean()
Method Detail |
---|
public List<org.opensaml.xml.security.x509.PKIXValidationInformation> getPKIXInfo()
public void setPKIXInfo(List<org.opensaml.xml.security.x509.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 FactoryBean
getObjectType
in class AbstractFactoryBean
protected Object createInstance() throws Exception
createInstance
in class AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |