Class DefaultPasswordRule
java.lang.Object
org.apache.syncope.core.spring.policy.DefaultPasswordRule
- All Implemented Interfaces:
PasswordRule
-
Field Summary
Modifier and TypeFieldDescriptionprotected DefaultPasswordRuleConf
protected static final Encryptor
protected static final Logger
protected org.passay.PasswordValidator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<org.passay.Rule> void
protected void
void
enforce
(LinkedAccount account) void
getConf()
void
setConf
(PasswordRuleConf conf)
-
Field Details
-
LOG
-
ENCRYPTOR
-
conf
-
passwordValidator
protected org.passay.PasswordValidator passwordValidator
-
-
Constructor Details
-
DefaultPasswordRule
public DefaultPasswordRule()
-
-
Method Details
-
conf2Rules
-
getConf
- Specified by:
getConf
in interfacePasswordRule
-
setConf
- Specified by:
setConf
in interfacePasswordRule
-
enforce
-
enforce
- Specified by:
enforce
in interfacePasswordRule
-
enforce
- Specified by:
enforce
in interfacePasswordRule
-
enforce
- Specified by:
enforce
in interfacePasswordRule
-