Uses of Class
org.keycloak.models.map.storage.hotRod.authSession.HotRodAuthenticationSessionEntity
-
Packages that use HotRodAuthenticationSessionEntity Package Description org.keycloak.models.map.storage.hotRod.authSession org.keycloak.models.map.storage.hotRod.common -
-
Uses of HotRodAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.authSession
Fields in org.keycloak.models.map.storage.hotRod.authSession with type parameters of type HotRodAuthenticationSessionEntity Modifier and Type Field Description Set<HotRodAuthenticationSessionEntity>
HotRodRootAuthenticationSessionEntity. authenticationSessions
Methods in org.keycloak.models.map.storage.hotRod.authSession that return HotRodAuthenticationSessionEntity Modifier and Type Method Description HotRodAuthenticationSessionEntity
HotRodAuthenticationSessionEntityDelegate. getHotRodEntity()
HotRodAuthenticationSessionEntity
HotRodAuthenticationSessionEntity$___Marshaller_70060809fb07e11fb3c29caa5e887892a1930b24e417d0e4b3cfb339a505a738. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.authSession that return types with arguments of type HotRodAuthenticationSessionEntity Modifier and Type Method Description Class<HotRodAuthenticationSessionEntity>
HotRodAuthenticationSessionEntity$___Marshaller_70060809fb07e11fb3c29caa5e887892a1930b24e417d0e4b3cfb339a505a738. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.authSession with parameters of type HotRodAuthenticationSessionEntity Modifier and Type Method Description static int
HotRodAuthenticationSessionEntityDelegate. entityHashCode(HotRodAuthenticationSessionEntity e)
void
HotRodAuthenticationSessionEntity$___Marshaller_70060809fb07e11fb3c29caa5e887892a1930b24e417d0e4b3cfb339a505a738. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodAuthenticationSessionEntity $2)
Constructors in org.keycloak.models.map.storage.hotRod.authSession with parameters of type HotRodAuthenticationSessionEntity Constructor Description HotRodAuthenticationSessionEntityDelegate(HotRodAuthenticationSessionEntity hotRodEntity)
-
Uses of HotRodAuthenticationSessionEntity in org.keycloak.models.map.storage.hotRod.common
Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodAuthenticationSessionEntity Modifier and Type Method Description static String
HotRodTypesUtils. getKey(HotRodAuthenticationSessionEntity hotRodAuthenticationSessionEntity)
-