@Entity public class ClientSessionEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected ClientSessionModel.Action |
action |
protected String |
authMethod |
protected String |
clientId |
protected String |
id |
protected Collection<ClientSessionNoteEntity> |
notes |
protected String |
realmId |
protected String |
redirectUri |
protected Collection<ClientSessionRoleEntity> |
roles |
protected UserSessionEntity |
session |
protected int |
timestamp |
Constructor and Description |
---|
ClientSessionEntity() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel.Action |
getAction() |
String |
getAuthMethod() |
String |
getClientId() |
String |
getId() |
Collection<ClientSessionNoteEntity> |
getNotes() |
String |
getRealmId() |
String |
getRedirectUri() |
Collection<ClientSessionRoleEntity> |
getRoles() |
UserSessionEntity |
getSession() |
int |
getTimestamp() |
void |
setAction(ClientSessionModel.Action action) |
void |
setAuthMethod(String authMethod) |
void |
setClientId(String clientId) |
void |
setId(String id) |
void |
setNotes(Collection<ClientSessionNoteEntity> notes) |
void |
setRealmId(String realmId) |
void |
setRedirectUri(String redirectUri) |
void |
setRoles(Collection<ClientSessionRoleEntity> roles) |
void |
setSession(UserSessionEntity session) |
void |
setTimestamp(int timestamp) |
protected String id
protected UserSessionEntity session
protected String clientId
protected String realmId
protected int timestamp
protected String redirectUri
protected String authMethod
protected ClientSessionModel.Action action
protected Collection<ClientSessionRoleEntity> roles
protected Collection<ClientSessionNoteEntity> notes
public String getId()
public void setId(String id)
public UserSessionEntity getSession()
public void setSession(UserSessionEntity session)
public String getClientId()
public void setClientId(String clientId)
public String getRealmId()
public void setRealmId(String realmId)
public int getTimestamp()
public void setTimestamp(int timestamp)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public ClientSessionModel.Action getAction()
public void setAction(ClientSessionModel.Action action)
public Collection<ClientSessionRoleEntity> getRoles()
public void setRoles(Collection<ClientSessionRoleEntity> roles)
public Collection<ClientSessionNoteEntity> getNotes()
public void setNotes(Collection<ClientSessionNoteEntity> notes)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
Copyright © 2015. All Rights Reserved.