Class SecureLogoutExecutor.Configuration
- java.lang.Object
-
- org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
-
- org.keycloak.services.clientpolicy.executor.SecureLogoutExecutor.Configuration
-
- Enclosing class:
- SecureLogoutExecutor
public static class SecureLogoutExecutor.Configuration extends ClientPolicyExecutorConfigurationRepresentation
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
allowFrontChannelLogout
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isAllowFrontChannelLogout()
void
setAllowFrontChannelLogout(Boolean allowFrontChannelLogout)
-
Methods inherited from class org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
getConfigAsMap, setConfigAsMap, validateConfig
-
-
-
-
Field Detail
-
allowFrontChannelLogout
protected Boolean allowFrontChannelLogout
-
-