Uses of Interface
org.keycloak.models.map.common.EntityWithAttributes
-
-
Uses of EntityWithAttributes in org.keycloak.models.map.authorization.entity
Subinterfaces 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.client
Subinterfaces 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.clientscope
Subinterfaces 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.group
Subinterfaces 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.realm
Subinterfaces 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.role
Subinterfaces 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.authorization
Classes 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.client
Classes 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.clientscope
Classes 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.group
Classes 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.realm
Classes 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.role
Classes 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.user
Classes 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.entity
Classes 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.entity
Classes 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.entity
Classes 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.entity
Classes 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.entity
Classes 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.delegate
Classes 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.entity
Classes 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.entity
Classes 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.entity
Classes 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.user
Subinterfaces 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
-