Interface UserNameMatcher
-
- All Known Implementing Classes:
UserNameMatcherImpl
public interface UserNameMatcherCheck if userNames match- Since:
- 3.1
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDomainNamesAreCaseSensitive()StringgetDomainSeparator()booleangetUserNamesAreCaseSensitive()booleanmatches(String userName1, String userName2)Do the two user names match?
-