Class HotRodSingleUseObjectEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.singleUseObject.HotRodSingleUseObjectEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @Indexed @ProtoDoc("schema-version: 1") public class HotRodSingleUseObjectEntity extends AbstractHotRodEntity
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHotRodSingleUseObjectEntity.AbstractHotRodSingleUseObjectEntityDelegatestatic interfaceHotRodSingleUseObjectEntity.HotRodSingleUseObjectEntitySchema- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description IntegerentityVersionLongexpirationStringidSet<HotRodPair<String,String>>notesStringobjectKeystatic intVERSION- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodSingleUseObjectEntity()
 - 
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@ProtoField(number=2) public String id 
 - 
objectKey@ProtoField(number=3) public String objectKey 
 - 
expiration@ProtoField(number=7) public Long expiration 
 - 
notes@ProtoField(number=8) public Set<HotRodPair<String,String>> notes 
 
- 
 
-