public interface Session extends Session
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_SESSION_BINDING_ATTRIBUTE
Name of the HTTP request attribute to which a users IdP session is bound.
|
| Modifier and Type | Method and Description |
|---|---|
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, setSubjectstatic final String HTTP_SESSION_BINDING_ATTRIBUTE
byte[] getSessionSecret()
Map<String,AuthenticationMethodInformation> getAuthenticationMethods()
Map<String,ServiceInformation> getServicesInformation()
Copyright © 1999-2014. All Rights Reserved.