Class TestPasswordRule
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.TestPasswordRule
-
- All Implemented Interfaces:
PasswordRule
public class TestPasswordRule extends Object implements PasswordRule
-
-
Constructor Summary
Constructors Constructor Description TestPasswordRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenforce(String username, String clearPassword)voidenforce(LinkedAccount account)voidenforce(User user, String clearPassword)TestPasswordRuleConfgetConf()voidsetConf(PasswordRuleConf conf)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
getConf
public TestPasswordRuleConf getConf()
- Specified by:
getConfin interfacePasswordRule
-
setConf
public void setConf(PasswordRuleConf conf)
- Specified by:
setConfin interfacePasswordRule
-
enforce
public void enforce(String username, String clearPassword)
- Specified by:
enforcein interfacePasswordRule
-
enforce
@Transactional(readOnly=true) public void enforce(User user, String clearPassword)
- Specified by:
enforcein interfacePasswordRule
-
enforce
@Transactional(readOnly=true) public void enforce(LinkedAccount account)
- Specified by:
enforcein interfacePasswordRule
-
-