Uses of Class
org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntityReference
-
Packages that use HotRodAuthenticatedClientSessionEntityReference Package Description org.keycloak.models.map.storage.hotRod.common org.keycloak.models.map.storage.hotRod.userSession -
-
Uses of HotRodAuthenticatedClientSessionEntityReference in org.keycloak.models.map.storage.hotRod.common
Methods in org.keycloak.models.map.storage.hotRod.common that return HotRodAuthenticatedClientSessionEntityReference Modifier and Type Method Description static HotRodAuthenticatedClientSessionEntityReference
HotRodTypesUtils. migrateMapAuthenticatedClientSessionEntityToHotRodAuthenticatedClientSessionEntityReference(MapAuthenticatedClientSessionEntity p0)
Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodAuthenticatedClientSessionEntityReference Modifier and Type Method Description static MapAuthenticatedClientSessionEntity
HotRodTypesUtils. migrateHotRodAuthenticatedClientSessionEntityReferenceToMapAuthenticatedClientSessionEntity(HotRodAuthenticatedClientSessionEntityReference collectionItem)
-
Uses of HotRodAuthenticatedClientSessionEntityReference in org.keycloak.models.map.storage.hotRod.userSession
Fields in org.keycloak.models.map.storage.hotRod.userSession with type parameters of type HotRodAuthenticatedClientSessionEntityReference Modifier and Type Field Description Set<HotRodAuthenticatedClientSessionEntityReference>
HotRodUserSessionEntity. authenticatedClientSessions
Methods in org.keycloak.models.map.storage.hotRod.userSession that return HotRodAuthenticatedClientSessionEntityReference Modifier and Type Method Description HotRodAuthenticatedClientSessionEntityReference
HotRodAuthenticatedClientSessionEntityReference$___Marshaller_e97e52a023f4d638a6163c46c8ce314293b86b3a05c4d2b85b8f5299b36eb5c9. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
Methods in org.keycloak.models.map.storage.hotRod.userSession that return types with arguments of type HotRodAuthenticatedClientSessionEntityReference Modifier and Type Method Description Class<HotRodAuthenticatedClientSessionEntityReference>
HotRodAuthenticatedClientSessionEntityReference$___Marshaller_e97e52a023f4d638a6163c46c8ce314293b86b3a05c4d2b85b8f5299b36eb5c9. getJavaClass()
Methods in org.keycloak.models.map.storage.hotRod.userSession with parameters of type HotRodAuthenticatedClientSessionEntityReference Modifier and Type Method Description void
HotRodAuthenticatedClientSessionEntityReference$___Marshaller_e97e52a023f4d638a6163c46c8ce314293b86b3a05c4d2b85b8f5299b36eb5c9. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodAuthenticatedClientSessionEntityReference $2)
Constructors in org.keycloak.models.map.storage.hotRod.userSession with parameters of type HotRodAuthenticatedClientSessionEntityReference Constructor Description AuthenticatedClientSessionReferenceOnlyFieldDelegate(HotRodAuthenticatedClientSessionEntityReference reference)
-