public interface RootAuthenticationSessionModel
AuthenticationSessionModel
of different client.Modifier and Type | Method and Description |
---|---|
AuthenticationSessionModel |
createAuthenticationSession(ClientModel client)
Create new authentication session and returns it.
|
AuthenticationSessionModel |
getAuthenticationSession(ClientModel client,
String tabId) |
Map<String,AuthenticationSessionModel> |
getAuthenticationSessions()
Key is tabId, Value is AuthenticationSessionModel.
|
String |
getId() |
RealmModel |
getRealm() |
int |
getTimestamp() |
void |
restartSession(RealmModel realm)
Will completely restart whole state of authentication session.
|
void |
setTimestamp(int timestamp) |
String getId()
RealmModel getRealm()
int getTimestamp()
void setTimestamp(int timestamp)
Map<String,AuthenticationSessionModel> getAuthenticationSessions()
AuthenticationSessionModel getAuthenticationSession(ClientModel client, String tabId)
AuthenticationSessionModel createAuthenticationSession(ClientModel client)
client
- void restartSession(RealmModel realm)
Copyright © 2018 JBoss by Red Hat. All rights reserved.