Class HotRodAuthenticatedClientSessionEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntity
All Implemented Interfaces:
UpdatableEntity

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

    • VERSION

      public static final int VERSION
      See Also:
    • ID

    • entityVersion

      @Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion
    • id

      @Basic(projectable=true, sortable=true) @ProtoField(number=2) public String id
    • realmId

      @ProtoField(number=3) public String realmId
    • clientId

      @ProtoField(number=4) public String clientId
    • authMethod

      @ProtoField(number=5) public String authMethod
    • redirectUri

      @ProtoField(number=6) public String redirectUri
    • timestamp

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

      @ProtoField(number=8) public Long expiration
    • action

      @ProtoField(number=9) public String action
    • notes

      @ProtoField(number=10) public Set<HotRodPair<String,String>> notes
    • currentRefreshToken

      @ProtoField(number=11) public String currentRefreshToken
    • currentRefreshTokenUseCount

      @ProtoField(number=12) public Integer currentRefreshTokenUseCount
    • offline

      @ProtoField(number=13) public Boolean offline
  • Constructor Details

    • HotRodAuthenticatedClientSessionEntity

      public HotRodAuthenticatedClientSessionEntity()
  • Method Details