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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description Set<HotRodAttributeEntityNonIndexed>
config
String
id
String
name
String
parentId
String
providerId
String
providerType
String
subType
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodComponentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, 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
-
-