edu.internet2.middleware.shibboleth.common.config.relyingparty.saml
Class AbstractSAML1ProfileConfigurationFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean
      extended by edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
          extended by edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML1ProfileConfigurationFactoryBean
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
Direct Known Subclasses:
SAML1ArtifactResolutionProfileConfigurationFactoryBean, SAML1AttributeQueryProfileConfigurationFactoryBean, ShibbolethSSOProfileConfigurationFactoryBean

abstract class AbstractSAML1ProfileConfigurationFactoryBean
extends AbstractSAMLProfileConfigurationFactoryBean

Base Spring factory bean for SAML 1 profile configurations.


Field Summary
private  SAML1AttributeAuthority attributeAuthority
          Attribute authority for the profile configuration.
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
AbstractSAML1ProfileConfigurationFactoryBean()
           
 
Method Summary
 SAML1AttributeAuthority getAttributeAuthority()
          Gets the attribute authority for the profile configuration.
protected  void populateBean(AbstractSAML1ProfileConfiguration configuration)
          Populates the given profile configuration with standard information.
 void setAttributeAuthority(SAML1AttributeAuthority authority)
          Sets the attribute authority for the profile configuration.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
getAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, populateBean, setAssertionLifetime, setAudiences, setOutboundArtifactType, setProfileSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponses
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeAuthority

private SAML1AttributeAuthority attributeAuthority
Attribute authority for the profile configuration.

Constructor Detail

AbstractSAML1ProfileConfigurationFactoryBean

AbstractSAML1ProfileConfigurationFactoryBean()
Method Detail

getAttributeAuthority

public SAML1AttributeAuthority getAttributeAuthority()
Gets the attribute authority for the profile configuration.

Returns:
attribute authority for the profile configuration

setAttributeAuthority

public void setAttributeAuthority(SAML1AttributeAuthority authority)
Sets the attribute authority for the profile configuration.

Parameters:
authority - attribute authority for the profile configuration

populateBean

protected void populateBean(AbstractSAML1ProfileConfiguration configuration)
Populates the given profile configuration with standard information.

Parameters:
configuration - configuration to populate


Copyright © 1999-2012. All Rights Reserved.