Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootEntity
-
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa with type parameters of type JpaRootEntity Modifier and Type Class Description class
JpaDelegateProvider<T extends JpaRootEntity & AbstractEntity>
Base class for all delegate providers for the JPA storage.class
JpaMapKeycloakTransaction<RE extends JpaRootEntity,E extends AbstractEntity,M>
Subinterfaces of JpaRootEntity in org.keycloak.models.map.storage.jpa Modifier and Type Interface Description interface
JpaRootVersionedEntity
Interface for all root entities which implements optimistic locking.Methods in org.keycloak.models.map.storage.jpa with parameters of type JpaRootEntity Modifier and Type Method Description protected abstract void
JpaMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permission
Methods in org.keycloak.models.map.storage.jpa.authorization.permission with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaPermissionMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.permission.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaPermissionEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policy
Methods in org.keycloak.models.map.storage.jpa.authorization.policy with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaPolicyMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.policy.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaPolicyEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resource
Methods in org.keycloak.models.map.storage.jpa.authorization.resource with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaResourceMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaResourceEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Methods in org.keycloak.models.map.storage.jpa.authorization.resourceServer with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaResourceServerMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaResourceServerEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scope
Methods in org.keycloak.models.map.storage.jpa.authorization.scope with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaScopeMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entity
Classes in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaScopeEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSession
Methods in org.keycloak.models.map.storage.jpa.authSession with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaRootAuthenticationSessionMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Classes in org.keycloak.models.map.storage.jpa.authSession.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaAuthenticationSessionEntity
Entity represents individual authentication session.class
JpaRootAuthenticationSessionEntity
Entity represents root authentication session. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.client
Methods in org.keycloak.models.map.storage.jpa.client with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaClientMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.client.entity
Classes in org.keycloak.models.map.storage.jpa.client.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaClientEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScope
Methods in org.keycloak.models.map.storage.jpa.clientScope with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaClientScopeMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
Classes in org.keycloak.models.map.storage.jpa.clientScope.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaClientScopeEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.admin
Methods in org.keycloak.models.map.storage.jpa.event.admin with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaAdminEventMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.admin.entity
Classes in org.keycloak.models.map.storage.jpa.event.admin.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaAdminEventEntity
JPAMapAdminEventEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.auth
Methods in org.keycloak.models.map.storage.jpa.event.auth with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaAuthEventMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Classes in org.keycloak.models.map.storage.jpa.event.auth.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaAuthEventEntity
JPAMapAuthEventEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.group
Methods in org.keycloak.models.map.storage.jpa.group with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaGroupMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.group.entity
Classes in org.keycloak.models.map.storage.jpa.group.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaGroupEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailure
Methods in org.keycloak.models.map.storage.jpa.loginFailure with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaUserLoginFailureMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailure.entity
Classes in org.keycloak.models.map.storage.jpa.loginFailure.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaUserLoginFailureEntity
JPAMapUserLoginFailureEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realm
Methods in org.keycloak.models.map.storage.jpa.realm with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaRealmMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realm.entity
Classes in org.keycloak.models.map.storage.jpa.realm.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaComponentEntity
JPAMapComponentEntity
implementation.class
JpaRealmEntity
JPAMapRealmEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.role
Methods in org.keycloak.models.map.storage.jpa.role with parameters of type JpaRootEntity Modifier and Type Method Description void
JpaRoleMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.role.entity
Classes in org.keycloak.models.map.storage.jpa.role.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaRoleEntity
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Methods in org.keycloak.models.map.storage.jpa.singleUseObject with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaSingleUseObjectMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Classes in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaSingleUseObjectEntity
JPAMapSingleUseObjectEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.user
Methods in org.keycloak.models.map.storage.jpa.user with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaUserMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.user.entity
Classes in org.keycloak.models.map.storage.jpa.user.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaUserConsentEntity
JPAMapUserConsentEntity
implementation.class
JpaUserEntity
JPAMapUserEntity
implementation.class
JpaUserFederatedIdentityEntity
JPAMapUserFederatedIdentityEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSession
Methods in org.keycloak.models.map.storage.jpa.userSession with parameters of type JpaRootEntity Modifier and Type Method Description protected void
JpaUserSessionMapKeycloakTransaction. setEntityVersion(JpaRootEntity entity)
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Classes in org.keycloak.models.map.storage.jpa.userSession.entity that implement JpaRootEntity Modifier and Type Class Description class
JpaClientSessionEntity
Entity represents authenticated client session.class
JpaUserSessionEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.
-