Interface ValidNameChecker
public interface ValidNameChecker
Checks that a name could belong to a real account before it is used in a lookup.
-
Method Summary
-
Method Details
-
check
Checks a name.- Parameters:
name- the name to check, may be null- Returns:
- true if the name is usable
-