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