@Entity public class UserSessionEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authMethod |
protected Collection<ClientSessionEntity> |
clientSessions |
protected String |
id |
protected String |
ipAddress |
protected int |
lastSessionRefresh |
protected String |
loginUsername |
protected String |
realmId |
protected boolean |
rememberMe |
protected int |
started |
protected String |
userId |
Constructor and Description |
---|
UserSessionEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod() |
Collection<ClientSessionEntity> |
getClientSessions() |
String |
getId() |
String |
getIpAddress() |
int |
getLastSessionRefresh() |
String |
getLoginUsername() |
String |
getRealmId() |
int |
getStarted() |
String |
getUserId() |
boolean |
isRememberMe() |
void |
setAuthMethod(String authMethod) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setLastSessionRefresh(int lastSessionRefresh) |
void |
setLoginUsername(String loginUsername) |
void |
setRealmId(String realmId) |
void |
setRememberMe(boolean rememberMe) |
void |
setStarted(int started) |
void |
setUserId(String userId) |
protected String id
protected String userId
protected String loginUsername
protected String realmId
protected String ipAddress
protected String authMethod
protected boolean rememberMe
protected int started
protected int lastSessionRefresh
protected Collection<ClientSessionEntity> clientSessions
public String getId()
public void setId(String id)
public String getUserId()
public void setUserId(String userId)
public String getLoginUsername()
public void setLoginUsername(String loginUsername)
public String getRealmId()
public void setRealmId(String realmId)
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 Collection<ClientSessionEntity> getClientSessions()
Copyright © 2014. All Rights Reserved.