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 SummaryConstructors Constructor Description LogoutUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static URIgetRedirectUriWithAttachedState(String redirectUri, AuthenticationSessionModel logoutSession)static javax.ws.rs.core.ResponsesendResponseAfterLogoutFinished(KeycloakSession session, AuthenticationSessionModel logoutSession)
 
- 
- 
- 
Method Detail- 
sendResponseAfterLogoutFinishedpublic static javax.ws.rs.core.Response sendResponseAfterLogoutFinished(KeycloakSession session, AuthenticationSessionModel logoutSession) 
 - 
getRedirectUriWithAttachedStatepublic static URI getRedirectUriWithAttachedState(String redirectUri, AuthenticationSessionModel logoutSession) 
 
- 
 
-