Interface ValidNameChecker


public interface ValidNameChecker
Checks that a name could belong to a real account before it is used in a lookup.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(@Nullable String name)
    Checks a name.
  • Method Details

    • check

      boolean check(@Nullable String name)
      Checks a name.
      Parameters:
      name - the name to check, may be null
      Returns:
      true if the name is usable