public class SSOConfiguration extends AbstractSAML2ProfileConfiguration
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
PROFILE_ID
ID for this profile configuration.
|
| コンストラクタと説明 |
|---|
SSOConfiguration() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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.
|
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.
|
getAttributeAuthority, getEncryptAssertion, getEncryptNameID, getProxyAudiences, getProxyCount, setAttributeAuthority, setEncryptAssertion, setEncryptNameID, setProxyCountgetAssertionAudiences, getAssertionLifetime, getOutboundArtifactType, getSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResponses, setAssertionAudiences, setAssertionLifetime, setOutboundArtifactType, setSecurityPolicy, setSignAssertions, setSigningCredential, setSignRequests, setSignResponsespublic String getProfileId()
public 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.