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 SummaryModifier and TypeMethodDescriptiongetRules()A list of rules that must be matched by user passwords.
- 
Method Details- 
getRulesList<PasswordPolicyRule> getRules()A list of rules that must be matched by user passwords.- Returns:
- the list
 
 
-