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 interface
MapResourceEntity
Classes in org.keycloak.models.map.authorization.entity that implement EntityWithAttributes Modifier and Type Class Description static class
MapResourceEntity.AbstractMapResourceEntity
class
MapResourceEntityDelegate
class
MapResourceEntityFieldDelegate
class
MapResourceEntityImpl
static class
MapResourceEntityImpl.Empty
-
Uses of EntityWithAttributes in org.keycloak.models.map.client
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.client Modifier and Type Interface Description interface
MapClientEntity
Classes in org.keycloak.models.map.client that implement EntityWithAttributes Modifier and Type Class Description static class
MapClientEntity.AbstractClientEntity
class
MapClientEntityDelegate
class
MapClientEntityFieldDelegate
class
MapClientEntityImpl
static class
MapClientEntityImpl.Empty
-
Uses of EntityWithAttributes in org.keycloak.models.map.clientscope
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.clientscope Modifier and Type Interface Description interface
MapClientScopeEntity
Classes in org.keycloak.models.map.clientscope that implement EntityWithAttributes Modifier and Type Class Description static class
MapClientScopeEntity.AbstractClientScopeEntity
class
MapClientScopeEntityDelegate
class
MapClientScopeEntityFieldDelegate
class
MapClientScopeEntityImpl
static class
MapClientScopeEntityImpl.Empty
-
Uses of EntityWithAttributes in org.keycloak.models.map.group
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.group Modifier and Type Interface Description interface
MapGroupEntity
Classes in org.keycloak.models.map.group that implement EntityWithAttributes Modifier and Type Class Description static class
MapGroupEntity.AbstractGroupEntity
class
MapGroupEntityDelegate
class
MapGroupEntityFieldDelegate
class
MapGroupEntityImpl
static class
MapGroupEntityImpl.Empty
-
Uses of EntityWithAttributes in org.keycloak.models.map.realm
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.realm Modifier and Type Interface Description interface
MapRealmEntity
Classes in org.keycloak.models.map.realm that implement EntityWithAttributes Modifier and Type Class Description static class
MapRealmEntity.AbstractRealmEntity
class
MapRealmEntityDelegate
class
MapRealmEntityFieldDelegate
class
MapRealmEntityImpl
static class
MapRealmEntityImpl.Empty
-
Uses of EntityWithAttributes in org.keycloak.models.map.role
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.role Modifier and Type Interface Description interface
MapRoleEntity
Classes in org.keycloak.models.map.role that implement EntityWithAttributes Modifier and Type Class Description static class
MapRoleEntity.AbstractRoleEntity
class
MapRoleEntityDelegate
class
MapRoleEntityFieldDelegate
class
MapRoleEntityImpl
static class
MapRoleEntityImpl.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 class
HotRodResourceEntity.AbstractHotRodResourceEntity
class
HotRodResourceEntityDelegate
-
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 class
HotRodClientEntity.AbstractHotRodClientEntityDelegate
class
HotRodClientEntityDelegate
-
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 class
HotRodClientScopeEntity.AbstractHotRodClientScopeEntityDelegate
class
HotRodClientScopeEntityDelegate
-
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 class
HotRodGroupEntity.AbstractHotRodGroupEntityDelegate
class
HotRodGroupEntityDelegate
-
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 class
HotRodRealmEntity.AbstractHotRodRealmEntityDelegate
class
HotRodRealmEntityDelegate
-
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 class
HotRodRoleEntity.AbstractHotRodRoleEntityDelegate
class
HotRodRoleEntityDelegate
-
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 class
HotRodUserEntity.AbstractHotRodUserEntityDelegate
class
HotRodUserEntityDelegate
-
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 class
JpaResourceEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaResourceMetadata
-
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 class
JpaClientEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaClientMetadata
-
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 class
JpaClientScopeEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaClientScopeMetadata
-
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 class
JpaGroupEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaGroupMetadata
-
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 class
JpaRealmEntity
JPAMapRealmEntity
implementation.class
JpaRealmMetadata
Class 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 class
JpaMapRoleEntityDelegate
Delegate 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 class
JpaRoleEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaRoleMetadata
-
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 class
JpaUserEntity
JPAMapUserEntity
implementation.class
JpaUserMetadata
Class 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 class
LdapMapRoleEntityFieldDelegate
-
Uses of EntityWithAttributes in org.keycloak.models.map.user
Subinterfaces of EntityWithAttributes in org.keycloak.models.map.user Modifier and Type Interface Description interface
MapUserEntity
Classes in org.keycloak.models.map.user that implement EntityWithAttributes Modifier and Type Class Description static class
MapUserEntity.AbstractUserEntity
class
MapUserEntityDelegate
class
MapUserEntityFieldDelegate
class
MapUserEntityImpl
static class
MapUserEntityImpl.Empty
-