Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootVersionedEntity
Package
Description
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entity
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.group.entity
Modifier 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
Modifier 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
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.realm.entity
Modifier and TypeClassDescriptionclass
JPAMapComponentEntity
implementation.class
JPAMapRealmEntity
implementation. -
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.role.entity
Modifier 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
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.user.entity
-
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Modifier and TypeClassDescriptionclass
Entity represents authenticated client session.class
There are some fields marked by@Column(insertable = false, updatable = false)
.