public class MapAuthenticatedClientSessionEntity<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.
|
Constructor and Description |
---|
MapAuthenticatedClientSessionEntity() |
MapAuthenticatedClientSessionEntity(K id,
String userSessionId,
String realmId,
String clientId,
boolean offline) |
protected boolean updated
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 String getClientId()
public void setClientId(String clientId)
public String getUserSessionId()
public void setUserSessionId(String userSessionId)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public int getTimestamp()
public void setTimestamp(int timestamp)
public long getExpiration()
public void setExpiration(long expiration)
public String getAction()
public void setAction(String action)
public String getCurrentRefreshToken()
public void setCurrentRefreshToken(String currentRefreshToken)
public int getCurrentRefreshTokenUseCount()
public void setCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount)
public boolean isOffline()
public void setOffline(boolean offline)
Copyright © 2021 JBoss by Red Hat. All rights reserved.