public class MapRootAuthenticationSessionEntity extends Object implements AbstractEntity, UpdatableEntity
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(String id,
String realmId) |
Modifier and Type | Method and Description |
---|---|
void |
addAuthenticationSession(String tabId,
MapAuthenticationSessionEntity entity) |
void |
clearAuthenticationSessions() |
Map<String,MapAuthenticationSessionEntity> |
getAuthenticationSessions() |
String |
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 String getId()
getId
in interface AbstractEntity
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.