Interface WebSession

    • Method Detail

      • isSignedIn

        boolean isSignedIn()
      • getXGerritAuth

        String getXGerritAuth()
      • isValidXGerritAuth

        boolean isValidXGerritAuth​(String keyIn)
      • login

        void login​(AuthResult res,
                   boolean rememberMe)
      • setUserAccountId

        void setUserAccountId​(Account.Id id)
        Set the user account for this current request only.
      • isAccessPathOk

        boolean isAccessPathOk​(AccessPath path)
      • setAccessPathOk

        void setAccessPathOk​(AccessPath path,
                             boolean ok)
      • logout

        void logout()
      • getSessionId

        String getSessionId()