Uses of Class
org.keycloak.models.UserSessionModel.State
-
Packages that use UserSessionModel.State Package Description org.keycloak.models -
-
Uses of UserSessionModel.State in org.keycloak.models
Methods in org.keycloak.models that return UserSessionModel.State Modifier and Type Method Description UserSessionModel.StateUserSessionModel. getState()static UserSessionModel.StateUserSessionModel.State. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSessionModel.StateUserSessionModel.State. valueOfInteger(Integer id)static UserSessionModel.State[]UserSessionModel.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.models with parameters of type UserSessionModel.State Modifier and Type Method Description voidUserSessionModel. setState(UserSessionModel.State state)
-