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

    • getUserSessionId

      public String getUserSessionId()
    • getOffline

      public String getOffline()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object