Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootVersionedEntity
Packages that use JpaRootVersionedEntity
Package
Description
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.permission.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.policy.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Classes in org.keycloak.models.map.storage.jpa.authSession.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
Entity represents individual authentication session.class
Entity represents root authentication session. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.client.entity
Classes in org.keycloak.models.map.storage.jpa.client.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
Classes in org.keycloak.models.map.storage.jpa.clientScope.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.event.admin.entity
Classes in org.keycloak.models.map.storage.jpa.event.admin.entity that implement JpaRootVersionedEntity -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Classes in org.keycloak.models.map.storage.jpa.event.auth.entity that implement JpaRootVersionedEntity -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.group.entity
Classes in org.keycloak.models.map.storage.jpa.group.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.lock.entity
Classes in org.keycloak.models.map.storage.jpa.lock.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.loginFailure.entity
Classes in org.keycloak.models.map.storage.jpa.loginFailure.entity that implement JpaRootVersionedEntity -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.realm.entity
Classes in org.keycloak.models.map.storage.jpa.realm.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
JPAMapComponentEntity
implementation.class
JPAMapRealmEntity
implementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.role.entity
Classes in org.keycloak.models.map.storage.jpa.role.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Classes in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement JpaRootVersionedEntity -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.user.entity
Classes in org.keycloak.models.map.storage.jpa.user.entity that implement JpaRootVersionedEntity -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Classes in org.keycloak.models.map.storage.jpa.userSession.entity that implement JpaRootVersionedEntityModifier and TypeClassDescriptionclass
Entity represents authenticated client session.class
There are some fields marked by@Column(insertable = false, updatable = false)
.