All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
RootAuthenticationSessionModel |
createAuthenticationSession(RealmModel realm,
boolean browserCookie)
Creates a fresh authentication session for the given realm .
|
AuthenticationSessionModel |
getAuthenticationSessionByIdAndClient(RealmModel realm,
String authSessionId,
ClientModel client,
String tabId) |
String |
getAuthSessionCookieDecoded(RealmModel realm) |
AuthenticationSessionModel |
getCurrentAuthenticationSession(RealmModel realm,
ClientModel client,
String tabId)
Returns current authentication session if it exists, otherwise returns null.
|
String |
getCurrentAuthenticationSessionId(RealmModel realm)
Returns ID of current authentication session if it exists, otherwise returns null.
|
UserSessionModel |
getUserSession(AuthenticationSessionModel authSession) |
void |
removeAuthenticationSession(RealmModel realm,
AuthenticationSessionModel authSession,
boolean expireRestartCookie) |
void |
setAuthSessionCookie(String authSessionId,
RealmModel realm) |