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.authSessionFields in org.keycloak.models.map.storage.hotRod.authSession with type parameters of type HotRodAuthenticationSessionEntity Modifier and Type Field Description Set<HotRodAuthenticationSessionEntity>HotRodRootAuthenticationSessionEntity. authenticationSessionsMethods in org.keycloak.models.map.storage.hotRod.authSession that return HotRodAuthenticationSessionEntity Modifier and Type Method Description HotRodAuthenticationSessionEntityHotRodAuthenticationSessionEntityDelegate. getHotRodEntity()HotRodAuthenticationSessionEntityHotRodAuthenticationSessionEntity$___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 intHotRodAuthenticationSessionEntityDelegate. entityHashCode(HotRodAuthenticationSessionEntity e)voidHotRodAuthenticationSessionEntity$___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.commonMethods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodAuthenticationSessionEntity Modifier and Type Method Description static StringHotRodTypesUtils. getKey(HotRodAuthenticationSessionEntity hotRodAuthenticationSessionEntity)
 
-