Class HotRodAuthenticationSessionEntity

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

public class HotRodAuthenticationSessionEntity extends AbstractHotRodEntity
  • Field Details

    • tabId

      @ProtoField(number=1) public String tabId
    • clientUUID

      @ProtoField(number=2) public String clientUUID
    • authUserId

      @ProtoField(number=3) public String authUserId
    • timestamp

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

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

      @ProtoField(number=6) public String action
    • clientScopes

      @ProtoField(number=7) public Set<String> clientScopes
    • executionStatuses

      @ProtoField(number=8) public Set<HotRodPair<String,Integer>> executionStatuses
    • protocol

      @ProtoField(number=9) public String protocol
    • clientNotes

      @ProtoField(number=10) public Set<HotRodPair<String,String>> clientNotes
    • authNotes

      @ProtoField(number=11) public Set<HotRodPair<String,String>> authNotes
    • requiredActions

      @ProtoField(number=12) public Set<String> requiredActions
    • userSessionNotes

      @ProtoField(number=13) public Set<HotRodPair<String,String>> userSessionNotes
  • Constructor Details

    • HotRodAuthenticationSessionEntity

      public HotRodAuthenticationSessionEntity()
  • Method Details