@SerializeWith(value=AuthenticatedClientSessionEntity.ExternalizerImpl.class) public class AuthenticatedClientSessionEntity extends SessionEntity
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatedClientSessionEntity.ExternalizerImpl |
Modifier and Type | Field and Description |
---|---|
static String |
LAST_TIMESTAMP_REMOTE |
static org.jboss.logging.Logger |
logger |
Constructor and Description |
---|
AuthenticatedClientSessionEntity(UUID id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction() |
String |
getAuthMethod() |
String |
getCurrentRefreshToken() |
int |
getCurrentRefreshTokenUseCount() |
UUID |
getId() |
Map<String,String> |
getNotes() |
String |
getRedirectUri() |
int |
getTimestamp() |
int |
hashCode() |
SessionEntityWrapper |
mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper) |
void |
setAction(String action) |
void |
setAuthMethod(String authMethod) |
void |
setCurrentRefreshToken(String currentRefreshToken) |
void |
setCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount) |
void |
setNotes(Map<String,String> notes) |
void |
setRedirectUri(String redirectUri) |
void |
setTimestamp(int timestamp) |
String |
toString() |
getRealmId, setRealmId
public static final org.jboss.logging.Logger logger
public static final String LAST_TIMESTAMP_REMOTE
public AuthenticatedClientSessionEntity(UUID id)
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 String getAction()
public void setAction(String action)
public String getCurrentRefreshToken()
public void setCurrentRefreshToken(String currentRefreshToken)
public int getCurrentRefreshTokenUseCount()
public void setCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount)
public UUID getId()
public boolean equals(Object o)
equals
in class SessionEntity
public int hashCode()
hashCode
in class SessionEntity
public SessionEntityWrapper mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper)
mergeRemoteEntityWithLocalEntity
in class SessionEntity
Copyright © 2020 JBoss by Red Hat. All rights reserved.