@SerializeWith(value=UserSessionEntity.ExternalizerImpl.class) public class UserSessionEntity extends SessionEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSessionEntity.ExternalizerImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
LAST_SESSION_REFRESH_REMOTE |
static org.jboss.logging.Logger |
logger |
| Constructor and Description |
|---|
UserSessionEntity() |
getRealmId, setRealmIdpublic static final org.jboss.logging.Logger logger
public static final String LAST_SESSION_REFRESH_REMOTE
public String getId()
public void setId(String id)
public String getUser()
public void setUser(String user)
public String getLoginUsername()
public void setLoginUsername(String loginUsername)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public boolean isRememberMe()
public void setRememberMe(boolean rememberMe)
public int getStarted()
public void setStarted(int started)
public int getLastSessionRefresh()
public void setLastSessionRefresh(int lastSessionRefresh)
public AuthenticatedClientSessionStore getAuthenticatedClientSessions()
public void setAuthenticatedClientSessions(AuthenticatedClientSessionStore authenticatedClientSessions)
public UserSessionModel.State getState()
public void setState(UserSessionModel.State state)
public String getBrokerSessionId()
public void setBrokerSessionId(String brokerSessionId)
public String getBrokerUserId()
public void setBrokerUserId(String brokerUserId)
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.