public interface Checker
Modifier and Type | Method and Description |
---|---|
List<String> |
getReasons()
Get the non-compliant reasons
|
boolean |
isCompliant(String password)
Checks if password is compliant to the policy
|
List<String> getReasons()
boolean isCompliant(String password)
password
- The password to check@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.