Uses of Class
org.keycloak.models.map.storage.hotRod.userSession.HotRodSessionState
-
Packages that use HotRodSessionState Package Description org.keycloak.models.map.storage.hotRod.common org.keycloak.models.map.storage.hotRod.userSession -
-
Uses of HotRodSessionState in org.keycloak.models.map.storage.hotRod.common
Methods in org.keycloak.models.map.storage.hotRod.common that return HotRodSessionState Modifier and Type Method Description static HotRodSessionStateHotRodTypesUtils. migrateStateToHotRodSessionState(org.keycloak.models.UserSessionModel.State state)Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodSessionState Modifier and Type Method Description static org.keycloak.models.UserSessionModel.StateHotRodTypesUtils. migrateHotRodSessionStateToState(HotRodSessionState hotRodState) -
Uses of HotRodSessionState in org.keycloak.models.map.storage.hotRod.userSession
Fields in org.keycloak.models.map.storage.hotRod.userSession declared as HotRodSessionState Modifier and Type Field Description HotRodSessionStateHotRodUserSessionEntity. stateMethods in org.keycloak.models.map.storage.hotRod.userSession that return HotRodSessionState Modifier and Type Method Description HotRodSessionStateHotRodSessionState$___Marshaller_7a11f0ce0835ecfe660b9925580a1ea3300d19d0e8e186bac02aca28e8ea1cff. decode(int $1)static HotRodSessionStateHotRodSessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static HotRodSessionState[]HotRodSessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.models.map.storage.hotRod.userSession that return types with arguments of type HotRodSessionState Modifier and Type Method Description Class<HotRodSessionState>HotRodSessionState$___Marshaller_7a11f0ce0835ecfe660b9925580a1ea3300d19d0e8e186bac02aca28e8ea1cff. getJavaClass()Methods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type HotRodSessionState Modifier and Type Method Description intHotRodSessionState$___Marshaller_7a11f0ce0835ecfe660b9925580a1ea3300d19d0e8e186bac02aca28e8ea1cff. encode(HotRodSessionState $1)
-