Class HotRodRootAuthenticationSessionEntity

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

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

    • VERSION

      public static final int VERSION
      See Also:
    • entityVersion

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

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

      @Basic(sortable=true) @ProtoField(number=3) public String realmId
    • timestamp

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

      @ProtoField(number=5) public Long expiration
    • authenticationSessions

      @ProtoField(number=6) public Set<HotRodAuthenticationSessionEntity> authenticationSessions
  • Constructor Details

    • HotRodRootAuthenticationSessionEntity

      public HotRodRootAuthenticationSessionEntity()
  • Method Details