public class ShibbolethSSOProfileConfigurationFactoryBean extends AbstractSAMLProfileConfigurationFactoryBean
| コンストラクタと説明 |
|---|
ShibbolethSSOProfileConfigurationFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
createInstance() |
SAML1AttributeAuthority |
getAttributeAuthority()
Gets the attribute authority for the profile configuration.
|
Class |
getObjectType() |
boolean |
includeAttributeStatement()
Gets whether responses to the authentication request should include an attribute statement.
|
protected void |
populateBean(AbstractSAML1ProfileConfiguration configuration)
Populates the given profile configuration with standard information.
|
void |
setAttributeAuthority(SAML1AttributeAuthority authority)
Sets the attribute authority for the profile configuration.
|
void |
setIncludeAttributeStatement(boolean include)
Sets whether responses to the authentication request should include an attribute statement.
|
getAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, populateBean, setAssertionLifetime, setAudiences, setOutboundArtifactType, setProfileSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponsespublic ShibbolethSSOProfileConfigurationFactoryBean()
public Class getObjectType()
getObjectType インタフェース内 org.springframework.beans.factory.FactoryBeangetObjectType クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanpublic boolean includeAttributeStatement()
public void setIncludeAttributeStatement(boolean include)
include - whether responses to the authentication request should include an attribute statementprotected Object createInstance() throws Exception
createInstance クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanExceptionpublic SAML1AttributeAuthority getAttributeAuthority()
public void setAttributeAuthority(SAML1AttributeAuthority authority)
authority - attribute authority for the profile configurationprotected void populateBean(AbstractSAML1ProfileConfiguration configuration)
configuration - configuration to populateCopyright © 2012. All Rights Reserved.