Package org.keycloak.services.resources
Class LogoutSessionCodeChecks
java.lang.Object
org.keycloak.services.resources.SessionCodeChecks
org.keycloak.services.resources.LogoutSessionCodeChecks
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorDescriptionLogoutSessionCodeChecks
(RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo, HttpRequest request, ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String code, String clientId, String tabId) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
checkClientDisabled
(ClientModel client) protected boolean
isActionActive
(ClientSessionCode.ActionType actionType) protected jakarta.ws.rs.core.Response
restartAuthenticationSessionFromCookie
(RootAuthenticationSessionModel existingRootSession) protected void
setClientToEvent
(ClientModel client) Methods inherited from class org.keycloak.services.resources.SessionCodeChecks
getAuthenticationSession, getClientCode, getEvent, getResponse, getSession, initialVerify, initialVerifyAuthSession, isActionRequest, verifyActiveAndValidAction, verifyRequiredAction
-
Constructor Details
-
LogoutSessionCodeChecks
public LogoutSessionCodeChecks(RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo, HttpRequest request, ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String code, String clientId, String tabId)
-
-
Method Details
-
setClientToEvent
- Overrides:
setClientToEvent
in classSessionCodeChecks
-
restartAuthenticationSessionFromCookie
protected jakarta.ws.rs.core.Response restartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession) - Overrides:
restartAuthenticationSessionFromCookie
in classSessionCodeChecks
-
isActionActive
- Overrides:
isActionActive
in classSessionCodeChecks
-
checkClientDisabled
- Overrides:
checkClientDisabled
in classSessionCodeChecks
-