Class FrontChannelLogoutBean
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.FrontChannelLogoutBean
-
public class FrontChannelLogoutBean extends Object
-
-
Constructor Summary
Constructors Constructor Description FrontChannelLogoutBean(KeycloakSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FrontChannelLogoutHandler.ClientInfo>
getClients()
String
getLogoutRedirectUri()
-
-
-
Constructor Detail
-
FrontChannelLogoutBean
public FrontChannelLogoutBean(KeycloakSession session)
-
-
Method Detail
-
getLogoutRedirectUri
public String getLogoutRedirectUri()
-
getClients
public List<FrontChannelLogoutHandler.ClientInfo> getClients()
-
-