Class PersistentUserSessionEntity.Key

java.lang.Object
org.keycloak.models.jpa.session.PersistentUserSessionEntity.Key
All Implemented Interfaces:
Serializable
Enclosing class:
PersistentUserSessionEntity

public static class PersistentUserSessionEntity.Key extends Object implements Serializable
See Also:
  • Field Details

    • userSessionId

      protected String userSessionId
    • offline

      protected String offline
  • Constructor Details

    • Key

      public Key()
    • Key

      public Key(String userSessionId, String offline)
  • Method Details