Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootVersionedEntity
-
-
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 JpaRootVersionedEntity Modifier and Type Class Description classJpaPermissionEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaPolicyEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaResourceEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaResourceServerEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaScopeEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaAuthenticationSessionEntityEntity represents individual authentication session.classJpaRootAuthenticationSessionEntityEntity 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaClientEntityThere 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 JpaRootVersionedEntity Modifier and Type Class Description classJpaClientScopeEntityThere 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 Modifier and Type Class Description classJpaAdminEventEntityJPAMapAdminEventEntityimplementation. -
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 Modifier and Type Class Description classJpaAuthEventEntityJPAMapAuthEventEntityimplementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.group.entity
Classes in org.keycloak.models.map.storage.jpa.group.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaGroupEntityThere 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 Modifier and Type Class Description classJpaUserLoginFailureEntityJPAMapUserLoginFailureEntityimplementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.realm.entity
Classes in org.keycloak.models.map.storage.jpa.realm.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaComponentEntityJPAMapComponentEntityimplementation.classJpaRealmEntityJPAMapRealmEntityimplementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.role.entity
Classes in org.keycloak.models.map.storage.jpa.role.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaRoleEntityThere 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 Modifier and Type Class Description classJpaSingleUseObjectEntityJPAMapSingleUseObjectEntityimplementation. -
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 Modifier and Type Class Description classJpaUserEntityJPAMapUserEntityimplementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Classes in org.keycloak.models.map.storage.jpa.userSession.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaClientSessionEntityEntity represents authenticated client session.classJpaUserSessionEntityThere are some fields marked by@Column(insertable = false, updatable = false).
-