Uses of Class
org.keycloak.adapters.saml.SamlSessionStore.CurrentAction
-
Packages that use SamlSessionStore.CurrentAction Package Description org.keycloak.adapters.saml -
-
Uses of SamlSessionStore.CurrentAction in org.keycloak.adapters.saml
Methods in org.keycloak.adapters.saml that return SamlSessionStore.CurrentAction Modifier and Type Method Description static SamlSessionStore.CurrentActionSamlSessionStore.CurrentAction. valueOf(String name)Returns the enum constant of this type with the specified name.static SamlSessionStore.CurrentAction[]SamlSessionStore.CurrentAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.adapters.saml with parameters of type SamlSessionStore.CurrentAction Modifier and Type Method Description voidSamlSessionStore. setCurrentAction(SamlSessionStore.CurrentAction action)
-