public class TestPasswordRule extends Object implements PasswordRule
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
TestPasswordRule() |
Modifier and Type | Method and Description |
---|---|
void |
enforce(LinkedAccount account) |
void |
enforce(User user,
String clearPassword) |
TestPasswordRuleConf |
getConf() |
void |
setConf(PasswordRuleConf conf) |
public TestPasswordRuleConf getConf()
getConf
in interface PasswordRule
public void setConf(PasswordRuleConf conf)
setConf
in interface PasswordRule
@Transactional(readOnly=true) public void enforce(User user, String clearPassword)
enforce
in interface PasswordRule
@Transactional(readOnly=true) public void enforce(LinkedAccount account)
enforce
in interface PasswordRule
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.