public interface ClientSessionModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientSessionModel.Action |
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)
Map<String,UserSessionModel.AuthenticatorStatus> getAuthenticators()
void setAuthenticatorStatus(String authenticator, UserSessionModel.AuthenticatorStatus status)
void setAuthenticatorStatus(Map<String,UserSessionModel.AuthenticatorStatus> status)
UserModel getAuthenticatedUser()
void setAuthenticatedUser(UserModel user)
String getAuthMethod()
void setAuthMethod(String method)
void removeNote(String name)
Copyright © 2015 JBoss by Red Hat. All rights reserved.