Interface UserNameMatcher
- All Known Implementing Classes:
UserNameMatcherImpl
public interface UserNameMatcher
Check if userNames match
- Since:
- 3.1
- Author:
- andyh
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanDo the two user names match?
-
Method Details
-
matches
Do the two user names match? -
getUserNamesAreCaseSensitive
boolean getUserNamesAreCaseSensitive() -
getDomainNamesAreCaseSensitive
boolean getDomainNamesAreCaseSensitive() -
getDomainSeparator
String getDomainSeparator()
-