Class DefaultPasswordRule
java.lang.Object
org.apache.syncope.core.spring.policy.DefaultPasswordRule
- All Implemented Interfaces:
PasswordRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultPasswordRuleConfprotected EncryptorManagerprotected static final Loggerprotected org.passay.PasswordValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.passay.Rule> voidprotected voidvoidenforce(LinkedAccount account) voidgetConf()voidsetConf(PasswordRuleConf conf)
-
Field Details
-
LOG
-
encryptorManager
-
conf
-
passwordValidator
protected org.passay.PasswordValidator passwordValidator
-
-
Constructor Details
-
DefaultPasswordRule
public DefaultPasswordRule()
-
-
Method Details
-
conf2Rules
-
getConf
- Specified by:
getConfin interfacePasswordRule
-
setConf
- Specified by:
setConfin interfacePasswordRule
-
enforce
-
enforce
- Specified by:
enforcein interfacePasswordRule
-
enforce
- Specified by:
enforcein interfacePasswordRule
-
enforce
- Specified by:
enforcein interfacePasswordRule
-