Search Results
OK to copy?
Examples 1 through 1 of
1 (0.049 seconds)
Class:
org.apache.axis.security.simple.SimpleSecurityProvider
©,
Rating:
0% of 0,
C2
184 public boolean userMatches(AuthenticatedUser user, String principal) {
185 if (user == null) return principal == null;
186 return user.getName().compareToIgnoreCase(principal) == 0;
187 }
188 }
Result Page:
1