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
@ProtoDoc("@Indexed") @ProtoDoc("schema-version: 1") public class HotRodPermissionTicketEntity extends AbstractHotRodEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHotRodPermissionTicketEntity.AbstractHotRodPermissionTicketEntitystatic interfaceHotRodPermissionTicketEntity.HotRodPermissionTicketEntitySchema-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description LongcreatedTimestampIntegerentityVersionLonggrantedTimestampStringidStringownerStringpolicyIdStringrealmIdStringrequesterStringresourceIdStringresourceServerIdStringscopeIdstatic intVERSION-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodPermissionTicketEntity()
-
Method Summary
All 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.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Field Detail
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
entityVersion
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=1) public Integer entityVersion
-
id
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=2) public String id
-
realmId
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=3) public String realmId
-
owner
@ProtoField(number=4) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String owner
-
requester
@ProtoField(number=5) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String requester
-
createdTimestamp
@ProtoField(number=6) public Long createdTimestamp
-
grantedTimestamp
@ProtoField(number=7) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public Long grantedTimestamp
-
resourceId
@ProtoField(number=8) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String resourceId
-
scopeId
@ProtoField(number=9) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String scopeId
-
resourceServerId
@ProtoField(number=10) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String resourceServerId
-
policyId
@ProtoField(number=11) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String policyId
-
-