edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1
Class AbstractSAML1ProfileConfiguration
java.lang.Object
edu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
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.
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 |
AbstractSAML1ProfileConfiguration
public AbstractSAML1ProfileConfiguration()
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 © 2006-2008 Internet2. All Rights Reserved.