Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends PasswordRuleConf>> |
ClassPathScanImplementationLookup.getPasswordRuleConfs() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordRuleConf |
class |
DefaultPasswordRuleConf |
class |
HaveIBeenPwnedPasswordRuleConf |
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordRule> |
ClassPathScanImplementationLookup.getPasswordRuleClass(Class<? extends PasswordRuleConf> passwordRuleConfClass) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordRule> |
ImplementationLookup.getPasswordRuleClass(Class<? extends PasswordRuleConf> passwordRuleConfClass) |
Modifier and Type | Method and Description |
---|---|
default PasswordRuleConf |
PasswordRule.getConf() |
Modifier and Type | Method and Description |
---|---|
default void |
PasswordRule.setConf(PasswordRuleConf conf) |
Modifier and Type | Method and Description |
---|---|
PasswordRuleConf |
DefaultPasswordRule.getConf() |
Modifier and Type | Method and Description |
---|---|
void |
HaveIBeenPwnedPasswordRule.setConf(PasswordRuleConf conf) |
void |
DefaultPasswordRule.setConf(PasswordRuleConf conf) |
Modifier and Type | Class and Description |
---|---|
class |
TestPasswordRuleConf |
Modifier and Type | Method and Description |
---|---|
void |
TestPasswordRule.setConf(PasswordRuleConf conf) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordRule> |
ITImplementationLookup.getPasswordRuleClass(Class<? extends PasswordRuleConf> passwordRuleConfClass) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.