Uses of Class
org.keycloak.models.map.storage.hotRod.authSession.HotRodExecutionStatus
-
Packages that use HotRodExecutionStatus Package Description org.keycloak.models.map.storage.hotRod.authSession -
-
Uses of HotRodExecutionStatus in org.keycloak.models.map.storage.hotRod.authSession
Fields in org.keycloak.models.map.storage.hotRod.authSession with type parameters of type HotRodExecutionStatus Modifier and Type Field Description Set<HotRodPair<String,HotRodExecutionStatus>>
HotRodAuthenticationSessionEntity. executionStatuses
Methods in org.keycloak.models.map.storage.hotRod.authSession that return HotRodExecutionStatus Modifier and Type Method Description HotRodExecutionStatus
HotRodExecutionStatus$___Marshaller_42f4e48f162f4b137d494451dc3a65ed73b7131bbda80dd16fcb0d6d8efa9f8e. decode(int $1)
static HotRodExecutionStatus
HotRodExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static HotRodExecutionStatus[]
HotRodExecutionStatus. 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.authSession that return types with arguments of type HotRodExecutionStatus Modifier and Type Method Description Class<HotRodExecutionStatus>
HotRodExecutionStatus$___Marshaller_42f4e48f162f4b137d494451dc3a65ed73b7131bbda80dd16fcb0d6d8efa9f8e. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.authSession with parameters of type HotRodExecutionStatus Modifier and Type Method Description int
HotRodExecutionStatus$___Marshaller_42f4e48f162f4b137d494451dc3a65ed73b7131bbda80dd16fcb0d6d8efa9f8e. encode(HotRodExecutionStatus $1)
-