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
ConstructorsConstructorDescriptionLogoutSessionCodeChecks(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 booleancheckClientDisabled(ClientModel client) protected booleanisActionActive(ClientSessionCode.ActionType actionType) protected jakarta.ws.rs.core.ResponserestartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession) protected voidsetClientToEvent(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:
 setClientToEventin classSessionCodeChecks
 - 
restartAuthenticationSessionFromCookie
protected jakarta.ws.rs.core.Response restartAuthenticationSessionFromCookie(RootAuthenticationSessionModel existingRootSession) - Overrides:
 restartAuthenticationSessionFromCookiein classSessionCodeChecks
 - 
isActionActive
- Overrides:
 isActionActivein classSessionCodeChecks
 - 
checkClientDisabled
- Overrides:
 checkClientDisabledin classSessionCodeChecks
 
 -