public static interface BlacklistPasswordPolicyProviderFactory.PasswordBlacklist
BlacklistPasswordPolicyProviderFactory.PasswordBlacklist
describes a list of too easy to guess
or potentially leaked passwords that users should not be able to use.Modifier and Type | Method and Description |
---|---|
boolean |
contains(String password)
Checks whether a given
password is contained in this BlacklistPasswordPolicyProviderFactory.PasswordBlacklist . |
String |
getName() |
String getName()
BlacklistPasswordPolicyProviderFactory.PasswordBlacklist
boolean contains(String password)
password
is contained in this BlacklistPasswordPolicyProviderFactory.PasswordBlacklist
.password
- Copyright © 2021 JBoss by Red Hat. All rights reserved.