Package org.keycloak.protocol.oidc
Class FrontChannelLogoutHandler
- java.lang.Object
-
- org.keycloak.protocol.oidc.FrontChannelLogoutHandler
-
public class FrontChannelLogoutHandler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FrontChannelLogoutHandler.ClientInfo
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addClient(ClientModel client)
static FrontChannelLogoutHandler
current(KeycloakSession session)
static FrontChannelLogoutHandler
currentOrCreate(KeycloakSession session, AuthenticatedClientSessionModel clientSession)
List<FrontChannelLogoutHandler.ClientInfo>
getClients()
String
getLogoutRedirectUri()
javax.ws.rs.core.Response
renderLogoutPage(String redirectUri)
-
-
-
Method Detail
-
current
public static FrontChannelLogoutHandler current(KeycloakSession session)
-
currentOrCreate
public static FrontChannelLogoutHandler currentOrCreate(KeycloakSession session, AuthenticatedClientSessionModel clientSession)
-
addClient
public void addClient(ClientModel client)
-
getClients
public List<FrontChannelLogoutHandler.ClientInfo> getClients()
-
getLogoutRedirectUri
public String getLogoutRedirectUri()
-
renderLogoutPage
public javax.ws.rs.core.Response renderLogoutPage(String redirectUri)
-
-