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