Uses of Enum Class
org.keycloak.sessions.CommonClientSessionModel.Action
Package
Description
-
Uses of CommonClientSessionModel.Action in org.keycloak.services.managers
Modifier and TypeMethodDescriptionAuthenticationManager.getClientLogoutAction
(AuthenticationSessionModel logoutAuthSession, String clientUuid) Returns the logout state of the particular client as per thelogoutAuthSession
Modifier and TypeMethodDescriptionstatic void
AuthenticationManager.setClientLogoutAction
(AuthenticationSessionModel logoutAuthSession, String clientUuid, CommonClientSessionModel.Action action) Sets logout state of the particular client into thelogoutAuthSession
-
Uses of CommonClientSessionModel.Action in org.keycloak.services.resources
ModifierConstructorDescriptionIsActionRequired
(ActionTokenContext<?> context, CommonClientSessionModel.Action expectedAction) -
Uses of CommonClientSessionModel.Action in org.keycloak.sessions
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CommonClientSessionModel.Action[]
CommonClientSessionModel.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.