public class MapRootAuthenticationSessionEntity<K> extends Object implements AbstractEntity<K>
Modifier and Type | Field and Description |
---|---|
protected boolean |
updated
Flag signalizing that any of the setters has been meaningfully used.
|
Modifier | Constructor and Description |
---|---|
protected |
MapRootAuthenticationSessionEntity() |
|
MapRootAuthenticationSessionEntity(K id,
String realmId) |
Modifier and Type | Method and Description |
---|---|
void |
addAuthenticationSession(String tabId,
MapAuthenticationSessionEntity entity) |
void |
clearAuthenticationSessions() |
Map<String,MapAuthenticationSessionEntity> |
getAuthenticationSessions() |
K |
getId() |
String |
getRealmId() |
int |
getTimestamp() |
boolean |
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.
|
MapAuthenticationSessionEntity |
removeAuthenticationSession(String tabId) |
void |
setAuthenticationSessions(Map<String,MapAuthenticationSessionEntity> authenticationSessions) |
void |
setRealmId(String realmId) |
void |
setTimestamp(int timestamp) |
protected boolean updated
protected MapRootAuthenticationSessionEntity()
public K getId()
getId
in interface AbstractEntity<K>
public boolean isUpdated()
UpdatableEntity
isUpdated
in interface UpdatableEntity
public String getRealmId()
public void setRealmId(String realmId)
public int getTimestamp()
public void setTimestamp(int timestamp)
public Map<String,MapAuthenticationSessionEntity> getAuthenticationSessions()
public void setAuthenticationSessions(Map<String,MapAuthenticationSessionEntity> authenticationSessions)
public MapAuthenticationSessionEntity removeAuthenticationSession(String tabId)
public void addAuthenticationSession(String tabId, MapAuthenticationSessionEntity entity)
public void clearAuthenticationSessions()
Copyright © 2021 JBoss by Red Hat. All rights reserved.