Class HotRodResourceServerEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceServerEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @ProtoDoc("schema-version: 1") @Indexed public class HotRodResourceServerEntity extends AbstractHotRodEntity
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHotRodResourceServerEntity.AbstractHotRodResourceServerEntitystatic interfaceHotRodResourceServerEntity.HotRodResourceServerEntitySchema- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description BooleanallowRemoteResourceManagementStringclientIdIntegerdecisionStrategyIntegerentityVersionStringidIntegerpolicyEnforcementModeStringrealmIdstatic intVERSION- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodResourceServerEntity()
 - 
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 
 - 
clientId@Basic(sortable=true) @ProtoField(number=4) public String clientId 
 - 
allowRemoteResourceManagement@ProtoField(number=5) public Boolean allowRemoteResourceManagement 
 - 
policyEnforcementMode@ProtoField(number=6) public Integer policyEnforcementMode 
 - 
decisionStrategy@ProtoField(number=7) public Integer decisionStrategy 
 
- 
 
-