public class ShibbolethSSOProfileConfigurationFactoryBean extends AbstractSAML1ProfileConfigurationFactoryBean
| Modifier and Type | Field and Description |
|---|---|
private boolean |
includeAttributeStatement
Whether responses to the authentication request should include an attribute statement.
|
| Constructor and Description |
|---|
ShibbolethSSOProfileConfigurationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
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.
|
getAttributeAuthority, populateBean, setAttributeAuthoritygetAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, includeConditionsNotBefore, populateBean, setAssertionLifetime, setAudiences, setIncludeConditionsNotBefore, setOutboundArtifactType, setProfileSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponsesprivate boolean includeAttributeStatement
public ShibbolethSSOProfileConfigurationFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic boolean includeAttributeStatement()
public void setIncludeAttributeStatement(boolean include)
include - whether responses to the authentication request should include an attribute statementCopyright © 1999-2015. All Rights Reserved.