public interface Session extends Session
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
HTTP_SESSION_BINDING_ATTRIBUTE
Name of the HTTP request attribute to which a users IdP session is bound.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Map<String,AuthenticationMethodInformation> |
getAuthenticationMethods()
Gets the methods by which the user has authenticated to the IdP.
|
Map<String,ServiceInformation> |
getServicesInformation()
Gets the services the user has logged in to.
|
byte[] |
getSessionSecret()
A secret associated with this session.
|
getInactivityTimeout, getLastActivityInstant, getPrincipalName, getSessionID, getSubject, setLastActivityInstant, setSubject
byte[] getSessionSecret()
Map<String,AuthenticationMethodInformation> getAuthenticationMethods()
Map<String,ServiceInformation> getServicesInformation()
Copyright © 2012. All Rights Reserved.