Class PersistentClientSessionEntity.Key

    • Field Detail

      • userSessionId

        protected String userSessionId
      • clientId

        protected String clientId
      • clientStorageProvider

        protected String clientStorageProvider
      • externalClientId

        protected String externalClientId
      • offline

        protected String offline
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • getUserSessionId

        public String getUserSessionId()
      • getClientId

        public String getClientId()
      • getOffline

        public String getOffline()
      • getClientStorageProvider

        public String getClientStorageProvider()
      • getExternalClientId

        public String getExternalClientId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object