edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1
Class AbstractSAML1ProfileConfiguration

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
      extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AbstractSAML1ProfileConfiguration
All Implemented Interfaces:
ProfileConfiguration
Direct Known Subclasses:
ArtifactResolutionConfiguration, AttributeQueryConfiguration, ShibbolethSSOConfiguration

public abstract class AbstractSAML1ProfileConfiguration
extends AbstractSAMLProfileConfiguration

SAML 1 communication profile configuration settings.


Field Summary
private  SAML1AttributeAuthority attributeAuthority
          Attribute authority to use.
 
Constructor Summary
AbstractSAML1ProfileConfiguration()
           
 
Method Summary
 SAML1AttributeAuthority getAttributeAuthority()
          Gets the Attribute authority to use.
 void setAttributeAuthority(SAML1AttributeAuthority authority)
          Sets the Attribute authority to use.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
getAssertionAudiences, getAssertionLifetime, getOutboundArtifactType, getSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResponses, setAssertionAudiences, setAssertionLifetime, setOutboundArtifactType, setSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.internet2.middleware.shibboleth.common.relyingparty.ProfileConfiguration
getProfileId
 

Field Detail

attributeAuthority

private SAML1AttributeAuthority attributeAuthority
Attribute authority to use.

Constructor Detail

AbstractSAML1ProfileConfiguration

public AbstractSAML1ProfileConfiguration()
Method Detail

getAttributeAuthority

public SAML1AttributeAuthority getAttributeAuthority()
Gets the Attribute authority to use.

Returns:
Attribute authority to use

setAttributeAuthority

public void setAttributeAuthority(SAML1AttributeAuthority authority)
Sets the Attribute authority to use.

Parameters:
authority - Attribute authority to use


Copyright © 1999-2012. All Rights Reserved.