public interface ClientSessionModel
Modifier and Type | Interface and Description |
---|---|
static class |
ClientSessionModel.Action |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel.Action |
getAction() |
String |
getAuthMethod()
Authentication request type, i.e.
|
ClientModel |
getClient() |
String |
getId() |
String |
getNote(String name) |
RealmModel |
getRealm() |
String |
getRedirectUri() |
Set<String> |
getRoles() |
int |
getTimestamp() |
UserSessionModel |
getUserSession() |
void |
removeNote(String name) |
void |
setAction(ClientSessionModel.Action action) |
void |
setAuthMethod(String method) |
void |
setNote(String name,
String value) |
void |
setRedirectUri(String uri) |
void |
setRoles(Set<String> roles) |
void |
setTimestamp(int timestamp) |
void |
setUserSession(UserSessionModel userSession) |
String getId()
RealmModel getRealm()
ClientModel getClient()
UserSessionModel getUserSession()
void setUserSession(UserSessionModel userSession)
String getRedirectUri()
void setRedirectUri(String uri)
int getTimestamp()
void setTimestamp(int timestamp)
ClientSessionModel.Action getAction()
void setAction(ClientSessionModel.Action action)
String getAuthMethod()
void setAuthMethod(String method)
void removeNote(String name)
Copyright © 2015. All Rights Reserved.