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 void
enforce(String username, String clearPassword)
void
enforce(LinkedAccount account)
void
enforce(User user, String clearPassword)
TestPasswordRuleConf
getConf()
void
setConf(PasswordRuleConf conf)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
getConf
public TestPasswordRuleConf getConf()
- Specified by:
getConf
in interfacePasswordRule
-
setConf
public void setConf(PasswordRuleConf conf)
- Specified by:
setConf
in interfacePasswordRule
-
enforce
public void enforce(String username, String clearPassword)
- Specified by:
enforce
in interfacePasswordRule
-
enforce
@Transactional(readOnly=true) public void enforce(User user, String clearPassword)
- Specified by:
enforce
in interfacePasswordRule
-
enforce
@Transactional(readOnly=true) public void enforce(LinkedAccount account)
- Specified by:
enforce
in interfacePasswordRule
-
-