Package org.keycloak.protocol.oidc.utils
Class LogoutUtil
- java.lang.Object
-
- org.keycloak.protocol.oidc.utils.LogoutUtil
-
public class LogoutUtil extends Object
Utilities for OIDC logout- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description LogoutUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
getRedirectUriWithAttachedState(String redirectUri, AuthenticationSessionModel logoutSession)
static javax.ws.rs.core.Response
sendResponseAfterLogoutFinished(KeycloakSession session, AuthenticationSessionModel logoutSession)
-
-
-
Method Detail
-
sendResponseAfterLogoutFinished
public static javax.ws.rs.core.Response sendResponseAfterLogoutFinished(KeycloakSession session, AuthenticationSessionModel logoutSession)
-
getRedirectUriWithAttachedState
public static URI getRedirectUriWithAttachedState(String redirectUri, AuthenticationSessionModel logoutSession)
-
-