Package org.camunda.bpm.engine.identity
Interface PasswordPolicy
-
- All Known Implementing Classes:
DefaultPasswordPolicyImpl
public interface PasswordPolicy
Contains a list ofrules
that must be matched by passwords for engine-managed users.- Author:
- Miklas Boskamp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PasswordPolicyRule>
getRules()
A list of rules that must be matched by user passwords.
-
-
-
Method Detail
-
getRules
java.util.List<PasswordPolicyRule> getRules()
A list of rules that must be matched by user passwords.- Returns:
- the list
-
-