Interface UserExistenceChecker

    • Method Detail

      • exists

        boolean exists​(String name)
        A lightweight operation to check if a user exists for a given username. Should be significantly more efficient than other operations that attempt to return an actual user object.
        Parameters:
        name - username of the user
        Returns:
        true if a user exists with the given username