MCPcopy Index your code
hub / github.com/apache/tomcat / matches

Method matches

java/org/apache/catalina/CredentialHandler.java:33–33  ·  view source on GitHub ↗

Checks to see if the input credentials match the stored credentials @param inputCredentials User provided credentials @param storedCredentials Credentials stored in the Realm @return true if the inputCredentials match the storedCredentials, otherwise false

(String inputCredentials, String storedCredentials)

Source from the content-addressed store, hash-verified

31 * @return <code>true</code> if the inputCredentials match the storedCredentials, otherwise <code>false</code>
32 */
33 boolean matches(String inputCredentials, String storedCredentials);
34
35 /**
36 * Generates the equivalent stored credentials for the given input credentials.

Callers 15

testBug55262Method · 0.65
matchesSafelyMethod · 0.65
testMethod · 0.65
checkFieldMethod · 0.65
isTimeFormatMethod · 0.65
doTestPatternMethod · 0.65
doTestPatternMethod · 0.65
testOptionConflictMethod · 0.65
testOptionNoConflictMethod · 0.65
testMethod · 0.65

Implementers 6

CombinedRealmCredentialHandlerjava/org/apache/catalina/realm/Combine
NestedCredentialHandlerjava/org/apache/catalina/realm/NestedC
DigestCredentialHandlerBasejava/org/apache/catalina/realm/DigestC
SecretKeyCredentialHandlerjava/org/apache/catalina/realm/SecretK
MessageDigestCredentialHandlerjava/org/apache/catalina/realm/Message
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 15

testBug55262Method · 0.52
matchesSafelyMethod · 0.52
testMethod · 0.52
checkFieldMethod · 0.52
isTimeFormatMethod · 0.52
doTestPatternMethod · 0.52
doTestPatternMethod · 0.52
testOptionConflictMethod · 0.52
testOptionNoConflictMethod · 0.52
testMethod · 0.52