public interface ClientSessionModel
Modifier and Type | Interface and Description |
---|---|
static class |
ClientSessionModel.Action |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel.Action |
getAction() |
ClientModel |
getClient() |
String |
getId() |
String |
getRedirectUri() |
Set<String> |
getRoles() |
String |
getState() |
int |
getTimestamp() |
UserSessionModel |
getUserSession() |
void |
setAction(ClientSessionModel.Action action) |
void |
setTimestamp(int timestamp) |
String getId()
ClientModel getClient()
String getState()
UserSessionModel getUserSession()
String getRedirectUri()
int getTimestamp()
void setTimestamp(int timestamp)
ClientSessionModel.Action getAction()
void setAction(ClientSessionModel.Action action)
Copyright © 2015. All Rights Reserved.