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

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

public class MetadataPKIXX509CredentialTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean

Spring factory bean used to created PKIXX509CredentialTrustEngines based on a metadata provider.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
MetadataPKIXX509CredentialTrustEngineFactoryBean()
           
 
Method Summary
protected  Object createInstance()
          
 org.opensaml.saml2.metadata.provider.MetadataProvider getMetadataProvider()
          Gets the metadata provider used to look up key information for peer entities.
 Class getObjectType()
          
 org.opensaml.xml.security.x509.PKIXValidationOptions getPKIXValidationOptions()
          Get the PKIX validation options.
 void setMetadataProvider(org.opensaml.saml2.metadata.provider.MetadataProvider provider)
          Sets the metadata provider used to look up key information for peer entities.
 void setPKIXValidationOptions(org.opensaml.xml.security.x509.PKIXValidationOptions newOptions)
          Set the PKIX validation options.
 
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

MetadataPKIXX509CredentialTrustEngineFactoryBean

public MetadataPKIXX509CredentialTrustEngineFactoryBean()
Method Detail

getPKIXValidationOptions

public org.opensaml.xml.security.x509.PKIXValidationOptions getPKIXValidationOptions()
Get the PKIX validation options.

Returns:
the set of validation options

setPKIXValidationOptions

public void setPKIXValidationOptions(org.opensaml.xml.security.x509.PKIXValidationOptions newOptions)
Set the PKIX validation options.

Parameters:
newOptions - the new set of validation options

getMetadataProvider

public org.opensaml.saml2.metadata.provider.MetadataProvider getMetadataProvider()
Gets the metadata provider used to look up key information for peer entities.

Returns:
metadata provider used to look up key information for peer entities

setMetadataProvider

public void setMetadataProvider(org.opensaml.saml2.metadata.provider.MetadataProvider provider)
Sets the metadata provider used to look up key information for peer entities.

Parameters:
provider - metadata provider used to look up key information for peer entities

getObjectType

public Class getObjectType()

Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean

createInstance

protected Object createInstance()
                         throws Exception

Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
Throws:
Exception


Copyright © 2006-2011 Internet2. All Rights Reserved.