Uses of Enum Class
org.keycloak.sessions.CommonClientSessionModel.Action
Packages that use CommonClientSessionModel.Action
Package
Description
-
Uses of CommonClientSessionModel.Action in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return CommonClientSessionModel.ActionModifier and TypeMethodDescriptionAuthenticationManager.getClientLogoutAction
(AuthenticationSessionModel logoutAuthSession, String clientUuid) Returns the logout state of the particular client as per thelogoutAuthSession
Methods in org.keycloak.services.managers with parameters of type CommonClientSessionModel.ActionModifier 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
Constructors in org.keycloak.services.resources with parameters of type CommonClientSessionModel.ActionModifierConstructorDescriptionIsActionRequired
(ActionTokenContext<?> context, CommonClientSessionModel.Action expectedAction) -
Uses of CommonClientSessionModel.Action in org.keycloak.sessions
Methods in org.keycloak.sessions that return CommonClientSessionModel.ActionModifier 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.