Class HotRodResourceEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @Indexed @ProtoDoc("schema-version: 1") public class HotRodResourceEntity extends AbstractHotRodEntity
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHotRodResourceEntity.AbstractHotRodResourceEntitystatic interfaceHotRodResourceEntity.HotRodResourceEntitySchema- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description Set<HotRodAttributeEntityNonIndexed>attributesStringdisplayNameIntegerentityVersionStringiconUriStringidStringnameStringownerBooleanownerManagedAccessStringrealmIdStringresourceServerIdSet<String>scopeIdsStringtypeSet<String>urisstatic intVERSION- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodResourceEntity()
 - 
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- 
VERSIONpublic static final int VERSION - See Also:
- Constant Field Values
 
 - 
entityVersion@Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion 
 - 
id@Basic(projectable=true, sortable=true) @ProtoField(number=2) public String id
 - 
realmId@Basic(sortable=true) @ProtoField(number=3) public String realmId 
 - 
name@Keyword(sortable=true, normalizer="lowercase") @ProtoField(number=4) public String name
 - 
displayName@ProtoField(number=5) public String displayName 
 - 
type@Keyword(sortable=true, normalizer="lowercase") @ProtoField(number=7) public String type
 - 
iconUri@ProtoField(number=8) public String iconUri 
 - 
owner@Basic(sortable=true) @ProtoField(number=9) public String owner 
 - 
ownerManagedAccess@Basic(sortable=true) @ProtoField(number=10) public Boolean ownerManagedAccess 
 - 
resourceServerId@Basic(sortable=true) @ProtoField(number=11) public String resourceServerId 
 - 
attributes@ProtoField(number=13) public Set<HotRodAttributeEntityNonIndexed> attributes 
 
- 
 
-