Uses of Interface
org.keycloak.models.map.common.EntityWithAttributes
- 
- 
Uses of EntityWithAttributes in org.keycloak.models.map.authorization.entitySubinterfaces of EntityWithAttributes in org.keycloak.models.map.authorization.entity Modifier and Type Interface Description interfaceMapResourceEntityClasses in org.keycloak.models.map.authorization.entity that implement EntityWithAttributes Modifier and Type Class Description static classMapResourceEntity.AbstractMapResourceEntityclassMapResourceEntityDelegateclassMapResourceEntityFieldDelegateclassMapResourceEntityImplstatic classMapResourceEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.clientSubinterfaces of EntityWithAttributes in org.keycloak.models.map.client Modifier and Type Interface Description interfaceMapClientEntityClasses in org.keycloak.models.map.client that implement EntityWithAttributes Modifier and Type Class Description static classMapClientEntity.AbstractClientEntityclassMapClientEntityDelegateclassMapClientEntityFieldDelegateclassMapClientEntityImplstatic classMapClientEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.clientscopeSubinterfaces of EntityWithAttributes in org.keycloak.models.map.clientscope Modifier and Type Interface Description interfaceMapClientScopeEntityClasses in org.keycloak.models.map.clientscope that implement EntityWithAttributes Modifier and Type Class Description static classMapClientScopeEntity.AbstractClientScopeEntityclassMapClientScopeEntityDelegateclassMapClientScopeEntityFieldDelegateclassMapClientScopeEntityImplstatic classMapClientScopeEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.groupSubinterfaces of EntityWithAttributes in org.keycloak.models.map.group Modifier and Type Interface Description interfaceMapGroupEntityClasses in org.keycloak.models.map.group that implement EntityWithAttributes Modifier and Type Class Description static classMapGroupEntity.AbstractGroupEntityclassMapGroupEntityDelegateclassMapGroupEntityFieldDelegateclassMapGroupEntityImplstatic classMapGroupEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.realmSubinterfaces of EntityWithAttributes in org.keycloak.models.map.realm Modifier and Type Interface Description interfaceMapRealmEntityClasses in org.keycloak.models.map.realm that implement EntityWithAttributes Modifier and Type Class Description static classMapRealmEntity.AbstractRealmEntityclassMapRealmEntityDelegateclassMapRealmEntityFieldDelegateclassMapRealmEntityImplstatic classMapRealmEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.roleSubinterfaces of EntityWithAttributes in org.keycloak.models.map.role Modifier and Type Interface Description interfaceMapRoleEntityClasses in org.keycloak.models.map.role that implement EntityWithAttributes Modifier and Type Class Description static classMapRoleEntity.AbstractRoleEntityclassMapRoleEntityDelegateclassMapRoleEntityFieldDelegateclassMapRoleEntityImplstatic classMapRoleEntityImpl.Empty
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.authorizationClasses in org.keycloak.models.map.storage.hotRod.authorization that implement EntityWithAttributes Modifier and Type Class Description static classHotRodResourceEntity.AbstractHotRodResourceEntityclassHotRodResourceEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.clientClasses in org.keycloak.models.map.storage.hotRod.client that implement EntityWithAttributes Modifier and Type Class Description static classHotRodClientEntity.AbstractHotRodClientEntityDelegateclassHotRodClientEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.clientscopeClasses in org.keycloak.models.map.storage.hotRod.clientscope that implement EntityWithAttributes Modifier and Type Class Description static classHotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegateclassHotRodClientScopeEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.groupClasses in org.keycloak.models.map.storage.hotRod.group that implement EntityWithAttributes Modifier and Type Class Description static classHotRodGroupEntity.AbstractHotRodGroupEntityDelegateclassHotRodGroupEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.realmClasses in org.keycloak.models.map.storage.hotRod.realm that implement EntityWithAttributes Modifier and Type Class Description static classHotRodRealmEntity.AbstractHotRodRealmEntityDelegateclassHotRodRealmEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.roleClasses in org.keycloak.models.map.storage.hotRod.role that implement EntityWithAttributes Modifier and Type Class Description static classHotRodRoleEntity.AbstractHotRodRoleEntityDelegateclassHotRodRoleEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.hotRod.userClasses in org.keycloak.models.map.storage.hotRod.user that implement EntityWithAttributes Modifier and Type Class Description static classHotRodUserEntity.AbstractHotRodUserEntityDelegateclassHotRodUserEntityDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.authorization.resource.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaResourceEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaResourceMetadata
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.client.entityClasses in org.keycloak.models.map.storage.jpa.client.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaClientEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaClientMetadata
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.clientScope.entityClasses in org.keycloak.models.map.storage.jpa.clientScope.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaClientScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaClientScopeMetadata
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.group.entityClasses in org.keycloak.models.map.storage.jpa.group.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaGroupEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaGroupMetadata
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.realm.entityClasses in org.keycloak.models.map.storage.jpa.realm.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaRealmEntityJPAMapRealmEntityimplementation.classJpaRealmMetadataClass that contains all the realm metadata that is written as JSON into the database.
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.role.delegateClasses in org.keycloak.models.map.storage.jpa.role.delegate that implement EntityWithAttributes Modifier and Type Class Description classJpaMapRoleEntityDelegateDelegate for the JPA implementation for MapRoleEntityDelegate.
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.role.entityClasses in org.keycloak.models.map.storage.jpa.role.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaRoleEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaRoleMetadata
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.jpa.user.entityClasses in org.keycloak.models.map.storage.jpa.user.entity that implement EntityWithAttributes Modifier and Type Class Description classJpaUserEntityJPAMapUserEntityimplementation.classJpaUserMetadataClass that contains all the user metadata that is written as JSON into the database.
- 
Uses of EntityWithAttributes in org.keycloak.models.map.storage.ldap.role.entityClasses in org.keycloak.models.map.storage.ldap.role.entity that implement EntityWithAttributes Modifier and Type Class Description classLdapMapRoleEntityFieldDelegate
- 
Uses of EntityWithAttributes in org.keycloak.models.map.userSubinterfaces of EntityWithAttributes in org.keycloak.models.map.user Modifier and Type Interface Description interfaceMapUserEntityClasses in org.keycloak.models.map.user that implement EntityWithAttributes Modifier and Type Class Description static classMapUserEntity.AbstractUserEntityclassMapUserEntityDelegateclassMapUserEntityFieldDelegateclassMapUserEntityImplstatic classMapUserEntityImpl.Empty
 
-