Class HotRodPermissionTicketEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.authorization.HotRodPermissionTicketEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @Indexed @ProtoDoc("schema-version: 1") public class HotRodPermissionTicketEntity extends AbstractHotRodEntity
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHotRodPermissionTicketEntity.AbstractHotRodPermissionTicketEntitystatic interfaceHotRodPermissionTicketEntity.HotRodPermissionTicketEntitySchema- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description LongcreatedTimestampIntegerentityVersionLonggrantedTimestampStringidStringownerStringpolicyIdStringrealmIdStringrequesterStringresourceIdStringresourceServerIdStringscopeIdstatic intVERSION- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodPermissionTicketEntity()
 - 
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 
 - 
owner@Basic(sortable=true) @ProtoField(number=4) public String owner 
 - 
requester@Basic(sortable=true) @ProtoField(number=5) public String requester 
 - 
createdTimestamp@ProtoField(number=6) public Long createdTimestamp 
 - 
grantedTimestamp@Basic(sortable=true) @ProtoField(number=7) public Long grantedTimestamp 
 - 
resourceId@Basic(sortable=true) @ProtoField(number=8) public String resourceId 
 - 
scopeId@Basic(sortable=true) @ProtoField(number=9) public String scopeId 
 - 
resourceServerId@Basic(sortable=true) @ProtoField(number=10) public String resourceServerId 
 - 
policyId@Basic(sortable=true) @ProtoField(number=11) public String policyId 
 
- 
 
-