Interface LoginService

    • Method Detail

      • login

        NuxeoLoginContext login()
        System login, using a private principal that has all privileges. This principal is not stored in any database and cannot be accessed by user.
        Returns:
        the login context
      • loginAs

        NuxeoLoginContext loginAs​(String originatingUser)
        System login, using a private principal that has all privileges. This principal is not stored in any database and cannot be accessed by user.
        Parameters:
        originatingUser - the username that originated the system login
        Returns:
        the login context
      • isSystemId

        boolean isSystemId​(Principal principal)