public class MapRootAuthenticationSessionAdapter extends AbstractRootAuthenticationSessionModel<MapRootAuthenticationSessionEntity>
RootAuthenticationSessionModel.SearchableFieldsentity, realm, session| Constructor and Description |
|---|
MapRootAuthenticationSessionAdapter(KeycloakSession session,
RealmModel realm,
MapRootAuthenticationSessionEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionModel |
createAuthenticationSession(ClientModel client) |
AuthenticationSessionModel |
getAuthenticationSession(ClientModel client,
String tabId) |
Map<String,AuthenticationSessionModel> |
getAuthenticationSessions() |
String |
getId() |
RealmModel |
getRealm() |
int |
getTimestamp() |
void |
removeAuthenticationSessionByTabId(String tabId) |
void |
restartSession(RealmModel realm) |
void |
setTimestamp(int timestamp) |
void |
setUpdated(boolean updated) |
equals, hashCodepublic MapRootAuthenticationSessionAdapter(KeycloakSession session, RealmModel realm, MapRootAuthenticationSessionEntity entity)
public String getId()
public RealmModel getRealm()
public int getTimestamp()
public void setTimestamp(int timestamp)
public Map<String,AuthenticationSessionModel> getAuthenticationSessions()
public AuthenticationSessionModel getAuthenticationSession(ClientModel client, String tabId)
public AuthenticationSessionModel createAuthenticationSession(ClientModel client)
public void removeAuthenticationSessionByTabId(String tabId)
public void restartSession(RealmModel realm)
public void setUpdated(boolean updated)
Copyright © 2021 JBoss by Red Hat. All rights reserved.