public class SAML2SSOProfileConfigurationFactoryBean extends AbstractSAML2ProfileConfigurationFactoryBean
| コンストラクタと説明 |
|---|
SAML2SSOProfileConfigurationFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
createInstance() |
long |
getMaximumSPSessionLifetime()
Gets the maximum amount of time, in milliseconds, the service provider should maintain a session for the user
based on the authentication assertion.
|
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.
|
void |
setMaximumSPSessionLifetime(long lifetime)
Sets the maximum amount of time, in milliseconds, the service provider should maintain a session for the user
based on the authentication assertion.
|
getAssertionProxyCount, getAttributeAuthority, getProxyAudiences, isEncryptAssertions, isEncryptNameIds, populateBean, setAssertionProxyCount, setAttributeAuthority, setEncryptAssertions, setEncryptNameIds, setProxyAudiencesgetAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, populateBean, setAssertionLifetime, setAudiences, setOutboundArtifactType, setProfileSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponsespublic 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 statementpublic long getMaximumSPSessionLifetime()
public void setMaximumSPSessionLifetime(long lifetime)
lifetime - max lifetime of service provider should maintain a sessionCopyright © 2012. All Rights Reserved.