Class HotRodComponentEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodComponentEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @Indexed public class HotRodComponentEntity extends AbstractHotRodEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description Set<HotRodAttributeEntityNonIndexed>configStringidStringnameStringparentIdStringproviderIdStringproviderTypeStringsubType- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodComponentEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Field Detail- 
id@ProtoField(number=1) public String id 
 - 
name@ProtoField(number=2) public String name 
 - 
parentId@ProtoField(number=3) public String parentId 
 - 
providerId@ProtoField(number=4) public String providerId 
 - 
providerType@Basic(sortable=true) @ProtoField(number=5) public String providerType 
 - 
subType@ProtoField(number=6) public String subType 
 - 
config@ProtoField(number=7) public Set<HotRodAttributeEntityNonIndexed> config 
 
- 
 
-