@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, setRealmIdpublic 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 SessionEntitypublic int hashCode()
hashCode in class SessionEntitypublic SessionEntityWrapper mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper)
mergeRemoteEntityWithLocalEntity in class SessionEntityCopyright © 2021 JBoss by Red Hat. All rights reserved.