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 Type
    Method
    Description
    reactor.core.publisher.Mono<CompromisedPasswordDecision>
    check(String password)
    Check whether the password is compromised