Class BuildHttpLoginSupport

    • Method Detail

      • login

        public boolean login​(@NotNull
                             ServerPrincipal principal)
        Description copied from interface: HttpLoginSupport
        Tries to login the specified user.
        Specified by:
        login in interface HttpLoginSupport
        Parameters:
        principal - principal
        Returns:
        true in case of successful login, false otherwise (or if the specified user cannot be logged in with this support)