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

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
      extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AbstractSAML1ProfileConfiguration
          extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.ShibbolethSSOConfiguration
All Implemented Interfaces:
ProfileConfiguration

public class ShibbolethSSOConfiguration
extends AbstractSAML1ProfileConfiguration

Shibboleth 1 SSO configuration settings.


Field Summary
static String PROFILE_ID
          ID for this profile configuration.
 
Constructor Summary
ShibbolethSSOConfiguration()
           
 
Method Summary
 String getProfileId()
          Gets the unique identifier of the profile.
 boolean includeAttributeStatement()
          Gets whether responses to the authentication request should include an attribute statement.
 void setIncludeAttributeStatement(boolean include)
          Sets whether responses to the authentication request should include an attribute statement.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AbstractSAML1ProfileConfiguration
getAttributeAuthority, setAttributeAuthority
 
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
 

Field Detail

PROFILE_ID

public static final String PROFILE_ID
ID for this profile configuration.

See Also:
Constant Field Values
Constructor Detail

ShibbolethSSOConfiguration

public ShibbolethSSOConfiguration()
Method Detail

getProfileId

public String getProfileId()
Gets the unique identifier of the profile.

Returns:
unique identifier of the profile

includeAttributeStatement

public boolean includeAttributeStatement()
Gets whether responses to the authentication request should include an attribute statement.

Returns:
whether responses to the authentication request should include an attribute statement

setIncludeAttributeStatement

public void setIncludeAttributeStatement(boolean include)
Sets whether responses to the authentication request should include an attribute statement.

Parameters:
include - whether responses to the authentication request should include an attribute statement


Copyright © 2006-2011 Internet2. All Rights Reserved.