Interface CompromisedPasswordChecker
- All Known Implementing Classes:
HaveIBeenPwnedRestApiPasswordChecker
public interface CompromisedPasswordChecker
An API for checking if a password has been compromised.
- Since:
- 6.3
-
Method Summary
Modifier and TypeMethodDescriptionCheck whether the password is compromised
-
Method Details
-
check
Check whether the password is compromised- Parameters:
password
- the password to check- Returns:
- a non-null
CompromisedPasswordDecision
-