Package org.keycloak.protocol.oidc.utils
Class LogoutUtil
java.lang.Object
org.keycloak.protocol.oidc.utils.LogoutUtil
Utilities for OIDC logout
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic URI
getRedirectUriWithAttachedState
(String redirectUri, AuthenticationSessionModel logoutSession) static jakarta.ws.rs.core.Response
sendResponseAfterLogoutFinished
(KeycloakSession session, AuthenticationSessionModel logoutSession)
-
Constructor Details
-
LogoutUtil
public LogoutUtil()
-
-
Method Details
-
sendResponseAfterLogoutFinished
public static jakarta.ws.rs.core.Response sendResponseAfterLogoutFinished(KeycloakSession session, AuthenticationSessionModel logoutSession) -
getRedirectUriWithAttachedState
public static URI getRedirectUriWithAttachedState(String redirectUri, AuthenticationSessionModel logoutSession)
-