Uses of Enum Class
org.keycloak.models.UserSessionModel.State
Packages that use UserSessionModel.State
Package
Description
-
Uses of UserSessionModel.State in org.keycloak.models
Methods in org.keycloak.models that return UserSessionModel.StateModifier and TypeMethodDescriptionUserSessionModel.getState()static UserSessionModel.StateReturns the enum constant of this class 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 class, in the order they are declared.Methods in org.keycloak.models with parameters of type UserSessionModel.State -
Uses of UserSessionModel.State in org.keycloak.models.map.storage.hotRod.userSession
Methods in org.keycloak.models.map.storage.hotRod.userSession that return UserSessionModel.StateMethods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type UserSessionModel.StateModifier and TypeMethodDescriptionvoidHotRodUserSessionEntityDelegate.setState(UserSessionModel.State p0) -
Uses of UserSessionModel.State in org.keycloak.models.map.storage.jpa.userSession.entity
Methods in org.keycloak.models.map.storage.jpa.userSession.entity that return UserSessionModel.StateMethods in org.keycloak.models.map.storage.jpa.userSession.entity with parameters of type UserSessionModel.StateModifier and TypeMethodDescriptionvoidJpaUserSessionEntity.setState(UserSessionModel.State state) -
Uses of UserSessionModel.State in org.keycloak.models.map.userSession
Methods in org.keycloak.models.map.userSession that return UserSessionModel.StateModifier and TypeMethodDescriptionMapUserSessionAdapter.getState()MapUserSessionEntity.getState()MapUserSessionEntityDelegate.getState()MapUserSessionEntityFieldDelegate.getState()MapUserSessionEntityImpl.Empty.getState()MapUserSessionEntityImpl.getState()Methods in org.keycloak.models.map.userSession with parameters of type UserSessionModel.StateModifier and TypeMethodDescriptionvoidMapUserSessionAdapter.setState(UserSessionModel.State state) voidMapUserSessionEntity.setState(UserSessionModel.State state) voidMapUserSessionEntityDelegate.setState(UserSessionModel.State state) voidMapUserSessionEntityFieldDelegate.setState(UserSessionModel.State p0) voidMapUserSessionEntityImpl.Empty.setState(UserSessionModel.State state) voidMapUserSessionEntityImpl.setState(UserSessionModel.State p0) -
Uses of UserSessionModel.State in org.keycloak.models.session
Methods in org.keycloak.models.session that return UserSessionModel.StateMethods in org.keycloak.models.session with parameters of type UserSessionModel.StateModifier and TypeMethodDescriptionvoidPersistentUserSessionAdapter.setState(UserSessionModel.State state) -
Uses of UserSessionModel.State in org.keycloak.models.sessions.infinispan
Methods in org.keycloak.models.sessions.infinispan that return UserSessionModel.StateMethods in org.keycloak.models.sessions.infinispan with parameters of type UserSessionModel.State -
Uses of UserSessionModel.State in org.keycloak.models.sessions.infinispan.entities
Methods in org.keycloak.models.sessions.infinispan.entities that return UserSessionModel.StateMethods in org.keycloak.models.sessions.infinispan.entities with parameters of type UserSessionModel.State