Package org.camunda.bpm.engine.identity
Interface PasswordPolicy
- 
- All Known Implementing Classes:
- DefaultPasswordPolicyImpl
 
 public interface PasswordPolicyContains a list ofrulesthat must be matched by passwords for engine-managed users.- Author:
- Miklas Boskamp
 
- 
- 
Method SummaryAll 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- 
getRulesjava.util.List<PasswordPolicyRule> getRules() A list of rules that must be matched by user passwords.- Returns:
- the list
 
 
- 
 
-