|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AbstractSAML1ProfileConfiguration
edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.ShibbolethSSOConfiguration
public class ShibbolethSSOConfiguration
Shibboleth 1 SSO configuration settings.
Field Summary | |
---|---|
private boolean |
includeAttributeStatement
Whether responses to the authentication request should include an attribute statement. |
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 |
---|
public static final String PROFILE_ID
private boolean includeAttributeStatement
Constructor Detail |
---|
public ShibbolethSSOConfiguration()
Method Detail |
---|
public String getProfileId()
public boolean includeAttributeStatement()
public void setIncludeAttributeStatement(boolean include)
include
- whether responses to the authentication request should include an attribute statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |