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