Uses of Enum Class
org.keycloak.models.UserSessionModel.SessionPersistenceState
Packages that use UserSessionModel.SessionPersistenceState
-
Uses of UserSessionModel.SessionPersistenceState in org.keycloak.models
Methods in org.keycloak.models that return UserSessionModel.SessionPersistenceStateModifier and TypeMethodDescriptionUserSessionModel.SessionPersistenceState.fromString
(String sessionPersistenceString) UserSessionModel.getPersistenceState()
Returns the enum constant of this class with the specified name.UserSessionModel.SessionPersistenceState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models with parameters of type UserSessionModel.SessionPersistenceStateModifier and TypeMethodDescriptionUserSessionProvider.createUserSession
(String id, RealmModel realm, UserModel user, String loginUsername, String ipAddress, String authMethod, boolean rememberMe, String brokerSessionId, String brokerUserId, UserSessionModel.SessionPersistenceState persistenceState) Creates a new user session with the given parameters.