Package org.keycloak.protocol.oidc
Class FrontChannelLogoutHandler
- java.lang.Object
- 
- org.keycloak.protocol.oidc.FrontChannelLogoutHandler
 
- 
 public class FrontChannelLogoutHandler extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classFrontChannelLogoutHandler.ClientInfo
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClient(ClientModel client)static FrontChannelLogoutHandlercurrent(KeycloakSession session)static FrontChannelLogoutHandlercurrentOrCreate(KeycloakSession session, AuthenticatedClientSessionModel clientSession)List<FrontChannelLogoutHandler.ClientInfo>getClients()StringgetLogoutRedirectUri()javax.ws.rs.core.ResponserenderLogoutPage(String redirectUri)
 
- 
- 
- 
Method Detail- 
currentpublic static FrontChannelLogoutHandler current(KeycloakSession session) 
 - 
currentOrCreatepublic static FrontChannelLogoutHandler currentOrCreate(KeycloakSession session, AuthenticatedClientSessionModel clientSession) 
 - 
addClientpublic void addClient(ClientModel client) 
 - 
getClientspublic List<FrontChannelLogoutHandler.ClientInfo> getClients() 
 - 
getLogoutRedirectUripublic String getLogoutRedirectUri() 
 - 
renderLogoutPagepublic javax.ws.rs.core.Response renderLogoutPage(String redirectUri) 
 
- 
 
-