public interface CredentialHandler
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String inputCredentials,
String storedCredentials)
Checks to see if the input credentials match the stored credentials
|
String |
mutate(String inputCredentials)
Generates the equivalent stored credentials for the given input
credentials.
|
boolean matches(String inputCredentials, String storedCredentials)
inputCredentials
- User provided credentialsstoredCredentials
- Credentials stored in the Realm
true
if the inputCredentials match the
storedCredentials, otherwise false
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.