Uses of Class
org.keycloak.models.map.storage.jpa.authSession.entity.JpaRootAuthenticationSessionEntity
-
-
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession
Methods in org.keycloak.models.map.storage.jpa.authSession that return types with arguments of type JpaRootAuthenticationSessionEntity Modifier and Type Method Description javax.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity>
JpaRootAuthenticationSessionMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root)
Methods in org.keycloak.models.map.storage.jpa.authSession with parameters of type JpaRootAuthenticationSessionEntity Modifier and Type Method Description protected MapRootAuthenticationSessionEntity
JpaRootAuthenticationSessionMapKeycloakTransaction. mapToEntityDelegate(JpaRootAuthenticationSessionEntity original)
Method parameters in org.keycloak.models.map.storage.jpa.authSession with type arguments of type JpaRootAuthenticationSessionEntity Modifier and Type Method Description javax.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity>
JpaRootAuthenticationSessionMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root)
-
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.delegate
Constructors in org.keycloak.models.map.storage.jpa.authSession.delegate with parameters of type JpaRootAuthenticationSessionEntity Constructor Description JpaRootAuthenticationSessionDelegateProvider(JpaRootAuthenticationSessionEntity delegate, javax.persistence.EntityManager em)
-
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Methods in org.keycloak.models.map.storage.jpa.authSession.entity that return JpaRootAuthenticationSessionEntity Modifier and Type Method Description JpaRootAuthenticationSessionEntity
JpaAuthenticationSessionEntity. getParent()
Methods in org.keycloak.models.map.storage.jpa.authSession.entity with parameters of type JpaRootAuthenticationSessionEntity Modifier and Type Method Description void
JpaAuthenticationSessionEntity. setParent(JpaRootAuthenticationSessionEntity root)
-