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.managersMethods in org.keycloak.services.managers that return CommonClientSessionModel.Action Modifier and Type Method Description static CommonClientSessionModel.ActionAuthenticationManager. getClientLogoutAction(AuthenticationSessionModel logoutAuthSession, String clientUuid)Returns the logout state of the particular client as per thelogoutAuthSessionMethods in org.keycloak.services.managers with parameters of type CommonClientSessionModel.Action Modifier and Type Method Description static voidAuthenticationManager. 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.resourcesConstructors 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.sessionsMethods in org.keycloak.sessions that return CommonClientSessionModel.Action Modifier and Type Method Description static CommonClientSessionModel.ActionCommonClientSessionModel.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.
 
-