Uses of Class
org.keycloak.sessions.CommonClientSessionModel.Action
-
Packages that use CommonClientSessionModel.Action Package Description org.keycloak.services.managers org.keycloak.services.resources org.keycloak.sessions -
-
Uses of CommonClientSessionModel.Action in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return CommonClientSessionModel.Action Modifier and Type Method Description static CommonClientSessionModel.Action
AuthenticationManager. 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.Action Modifier and Type Method Description static 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.Action Constructor Description IsActionRequired(ActionTokenContext<?> context, CommonClientSessionModel.Action expectedAction)
-
Uses of CommonClientSessionModel.Action in org.keycloak.sessions
Methods in org.keycloak.sessions that return CommonClientSessionModel.Action Modifier and Type Method Description static CommonClientSessionModel.Action
CommonClientSessionModel.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonClientSessionModel.Action[]
CommonClientSessionModel.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-