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