| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
FormContext.getClientSession()
ClientSessionModel attached to this flow
|
ClientSessionModel |
RequiredActionContext.getClientSession() |
ClientSessionModel |
AuthenticationFlowContext.getClientSession()
ClientSessionModel attached to this flow
|
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
AuthenticationRequest.getClientSession() |
ClientSessionModel |
BrokeredIdentityContext.getClientSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIdentityProvider.attachUserSession(UserSessionModel userSession,
ClientSessionModel clientSession,
BrokeredIdentityContext context) |
void |
IdentityProvider.attachUserSession(UserSessionModel userSession,
ClientSessionModel clientSession,
BrokeredIdentityContext context) |
void |
BrokeredIdentityContext.setClientSession(ClientSessionModel clientSession) |
| Constructor and Description |
|---|
AuthenticationRequest(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest httpRequest,
javax.ws.rs.core.UriInfo uriInfo,
String state,
String redirectUri) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
LoginFormsProvider.createOAuthGrant(ClientSessionModel clientSessionModel) |
LoginFormsProvider |
LoginFormsProvider.setClientSession(ClientSessionModel clientSession) |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
UserSessionProvider.createOfflineClientSession(ClientSessionModel clientSession) |
ClientSessionModel |
UserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
UserSessionProvider.getClientSession(String id) |
ClientSessionModel |
UserSessionProvider.getOfflineClientSession(RealmModel realm,
String clientSessionId) |
ClientSessionModel |
UserSessionProvider.importClientSession(ClientSessionModel persistentClientSession,
boolean offline) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
UserSessionModel.getClientSessions() |
List<ClientSessionModel> |
UserSessionProvider.getOfflineClientSessions(RealmModel realm,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
UserSessionProvider.createOfflineClientSession(ClientSessionModel clientSession) |
ClientSessionModel |
UserSessionProvider.importClientSession(ClientSessionModel persistentClientSession,
boolean offline) |
void |
UserSessionProvider.removeClientSession(RealmModel realm,
ClientSessionModel clientSession) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentClientSessionAdapter |
| Modifier and Type | Method and Description |
|---|---|
List<ClientSessionModel> |
PersistentUserSessionAdapter.getClientSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserSessionPersisterProvider.createClientSession(ClientSessionModel clientSession,
boolean offline) |
void |
DisabledUserSessionPersisterProvider.createClientSession(ClientSessionModel clientSession,
boolean offline) |
| Constructor and Description |
|---|
PersistentClientSessionAdapter(ClientSessionModel clientSession) |
| Constructor and Description |
|---|
PersistentUserSessionAdapter(PersistentUserSessionModel model,
RealmModel realm,
UserModel user,
List<ClientSessionModel> clientSessions) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginProtocol.backchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.frontchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.sendError(ClientSessionModel clientSession,
LoginProtocol.Error error) |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionModel |
ClientSessionCode.getClientSession() |
ClientSessionModel |
ClientSessionCode.ParseResult.getClientSession() |
| Constructor and Description |
|---|
ClientSessionCode(RealmModel realm,
ClientSessionModel clientSession) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.