edu.internet2.middleware.shibboleth.common.config.security
Class StaticPKIXX509CredentialTrustEngineFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean
      extended by edu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineFactoryBean
All Implemented Interfaces:
BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean, InitializingBean

public class StaticPKIXX509CredentialTrustEngineFactoryBean
extends AbstractFactoryBean

Spring factory bean used to create PKIXX509CredentialTrustEngines based on a static PKIXValidationInformation resolver.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
StaticPKIXX509CredentialTrustEngineFactoryBean()
           
 
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

StaticPKIXX509CredentialTrustEngineFactoryBean

public StaticPKIXX509CredentialTrustEngineFactoryBean()
Method Detail

getPKIXInfo

public List<org.opensaml.xml.security.x509.PKIXValidationInformation> getPKIXInfo()
Gets the list of PKIX validation info.

Returns:
the list of PKIX validation info

setPKIXInfo

public void setPKIXInfo(List<org.opensaml.xml.security.x509.PKIXValidationInformation> newPKIXInfo)
Sets the list of PKIX validation info.

Parameters:
newPKIXInfo - the new list of PKIX validation info

getTrustedNames

public Set<String> getTrustedNames()
Gets the set of trusted names.

Returns:
the set of trusted names

setTrustedNames

public void setTrustedNames(Set<String> newTrustedNames)
Sets the set of trusted names.

Parameters:
newTrustedNames - the set of trusted names

getObjectType

public Class getObjectType()

Specified by:
getObjectType in interface FactoryBean
Specified by:
getObjectType in class AbstractFactoryBean

createInstance

protected Object createInstance()
                         throws Exception

Specified by:
createInstance in class AbstractFactoryBean
Throws:
Exception


Copyright © 2006-2011 Internet2. All Rights Reserved.