Uses of Enum Class
org.keycloak.models.UserSessionModel.State
Package
Description
-
Uses of UserSessionModel.State in org.keycloak.models
Modifier and TypeMethodDescriptionState$___Marshaller_4e52838ad79f1924db3cb07c19750caa7bd33364df310a6a936775c5a53d21c3.decode
(int $1) UserSessionModel.getState()
static UserSessionModel.State
Returns the enum constant of this class with the specified name.static UserSessionModel.State
UserSessionModel.State.valueOfInteger
(Integer id) static UserSessionModel.State[]
UserSessionModel.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionState$___Marshaller_4e52838ad79f1924db3cb07c19750caa7bd33364df310a6a936775c5a53d21c3.getJavaClass()
Modifier and TypeMethodDescriptionint
State$___Marshaller_4e52838ad79f1924db3cb07c19750caa7bd33364df310a6a936775c5a53d21c3.encode
(UserSessionModel.State $1) void
UserSessionModel.setState
(UserSessionModel.State state) -
Uses of UserSessionModel.State in org.keycloak.models.session
Modifier and TypeMethodDescriptionvoid
PersistentUserSessionAdapter.setState
(UserSessionModel.State state) -
Uses of UserSessionModel.State in org.keycloak.models.sessions.infinispan
-
Uses of UserSessionModel.State in org.keycloak.models.sessions.infinispan.changes.remote.updater.user
-
Uses of UserSessionModel.State in org.keycloak.models.sessions.infinispan.entities
Modifier and TypeMethodDescriptionRemoteUserSessionEntity.getState()
UserSessionEntity.getState()
Modifier and TypeMethodDescriptionvoid
RemoteUserSessionEntity.setState
(UserSessionModel.State state) void
UserSessionEntity.setState
(UserSessionModel.State state) -
Uses of UserSessionModel.State in org.keycloak.models.utils
Modifier and TypeMethodDescriptionvoid
UserSessionModelDelegate.setState
(UserSessionModel.State state)