Interface ReactiveCompromisedPasswordChecker
- All Known Implementing Classes:
HaveIBeenPwnedRestApiReactivePasswordChecker
public interface ReactiveCompromisedPasswordChecker
A Reactive API for checking if a password has been compromised.
- Since:
- 6.3
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CompromisedPasswordDecision>
Check whether the password is compromised
-
Method Details
-
check
Check whether the password is compromised- Parameters:
password
- the password to check- Returns:
- a
Mono
containing theCompromisedPasswordDecision
-