Class HotRodRootAuthenticationSessionEntity

  • All Implemented Interfaces:
    UpdatableEntity

    @ProtoDoc("@Indexed") @ProtoDoc("schema-version: 1")
    public class HotRodRootAuthenticationSessionEntity
    extends AbstractHotRodEntity
    • Field Detail

      • entityVersion

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=1)
        public Integer entityVersion
      • id

        @ProtoField(number=2)
        public String id
      • realmId

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=3)
        public String realmId
      • timestamp

        @ProtoField(number=4)
        public Long timestamp
      • expiration

        @ProtoDoc("@Field(index = Index.YES, store = Store.YES)")
        @ProtoField(number=5)
        public Long expiration
    • Constructor Detail

      • HotRodRootAuthenticationSessionEntity

        public HotRodRootAuthenticationSessionEntity()