edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2
Class ECPConfiguration

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
      extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
          extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.SSOConfiguration
              extended by edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.ECPConfiguration
All Implemented Interfaces:
ProfileConfiguration

public class ECPConfiguration
extends SSOConfiguration

ECP SAML 2 SSO configuration settings.


Field Summary
static String PROFILE_ID
          ID for this profile configuration.
 
Constructor Summary
ECPConfiguration()
           
 
Method Summary
 String getProfileId()
          Gets the unique identifier of the profile.
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.SSOConfiguration
getMaximumSPSessionLifetime, includeAttributeStatement, setIncludeAttributeStatement, setMaximumSPSessionLifetime
 
Methods inherited from class edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
getAttributeAuthority, getEncryptAssertion, getEncryptNameID, getProxyAudiences, getProxyCount, setAttributeAuthority, setEncryptAssertion, setEncryptNameID, setProxyCount
 
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

ECPConfiguration

public ECPConfiguration()
Method Detail

getProfileId

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

Specified by:
getProfileId in interface ProfileConfiguration
Overrides:
getProfileId in class SSOConfiguration
Returns:
unique identifier of the profile


Copyright © 1999-2012. All Rights Reserved.