@Entity public class UserSessionEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authMethod |
protected String |
brokerSessionId |
protected String |
brokerUserId |
protected Collection<ClientSessionEntity> |
clientSessions |
protected String |
id |
protected String |
ipAddress |
protected int |
lastSessionRefresh |
protected String |
loginUsername |
protected Collection<UserSessionNoteEntity> |
notes |
protected String |
realmId |
protected boolean |
rememberMe |
protected int |
started |
protected UserSessionModel.State |
state |
protected String |
userId |
Constructor and Description |
---|
UserSessionEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod() |
String |
getBrokerSessionId() |
String |
getBrokerUserId() |
Collection<ClientSessionEntity> |
getClientSessions() |
String |
getId() |
String |
getIpAddress() |
int |
getLastSessionRefresh() |
String |
getLoginUsername() |
Collection<UserSessionNoteEntity> |
getNotes() |
String |
getRealmId() |
int |
getStarted() |
UserSessionModel.State |
getState() |
String |
getUserId() |
boolean |
isRememberMe() |
void |
setAuthMethod(String authMethod) |
void |
setBrokerSessionId(String brokerSessionId) |
void |
setBrokerUserId(String brokerUserId) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setLastSessionRefresh(int lastSessionRefresh) |
void |
setLoginUsername(String loginUsername) |
void |
setNotes(Collection<UserSessionNoteEntity> notes) |
void |
setRealmId(String realmId) |
void |
setRememberMe(boolean rememberMe) |
void |
setStarted(int started) |
void |
setState(UserSessionModel.State state) |
void |
setUserId(String userId) |
protected String id
protected String userId
protected String brokerSessionId
protected String brokerUserId
protected String loginUsername
protected String realmId
protected String ipAddress
protected String authMethod
protected boolean rememberMe
protected int started
protected int lastSessionRefresh
protected UserSessionModel.State state
protected Collection<ClientSessionEntity> clientSessions
protected Collection<UserSessionNoteEntity> notes
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()
public UserSessionModel.State getState()
public void setState(UserSessionModel.State state)
public Collection<UserSessionNoteEntity> getNotes()
public void setNotes(Collection<UserSessionNoteEntity> notes)
public String getBrokerSessionId()
public void setBrokerSessionId(String brokerSessionId)
public String getBrokerUserId()
public void setBrokerUserId(String brokerUserId)
Copyright © 2015. All rights reserved.