Package org.apache.catalina
Interface CredentialHandler
- All Known Implementing Classes:
DigestCredentialHandlerBase
,MessageDigestCredentialHandler
,NestedCredentialHandler
,SecretKeyCredentialHandler
public interface CredentialHandler
-
Method Summary
-
Method Details
-
matches
Checks to see if the input credentials match the stored credentials- Parameters:
inputCredentials
- User provided credentialsstoredCredentials
- Credentials stored in theRealm
- Returns:
true
if the inputCredentials match the storedCredentials, otherwisefalse
-
mutate
-