Uses of Interface
org.keycloak.models.map.storage.jpa.JpaChildEntity
Package
Description
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa
Modifier and TypeClassDescriptionclass
Interface for jpa child entities which are in form of attributes.class
EnhancesJpaAttributeEntity
with value_hash column. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Modifier and TypeClassDescriptionclass
Entity represents individual authentication session. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.client.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Modifier and TypeClassDescriptionclass
JPA implementation for auth event details. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.group.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.realm.entity
Modifier and TypeClassDescriptionclass
JPAMapComponentEntity
implementation.class
JPA implementation for realm attributes. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.role.entity
-
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Modifier and TypeClassDescriptionclass
JPA implementation for single-use object notes. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.user.entity
Modifier and TypeClassDescriptionclass
JPA implementation for user attributes.class
JPAMapUserConsentEntity
implementation.class
JPAMapUserFederatedIdentityEntity
implementation. -
Uses of JpaChildEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Modifier and TypeClassDescriptionclass
Entity represents authenticated client session.class
class