public class DefaultPasswordPolicyImpl extends Object implements PasswordPolicy
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_DIGIT |
static int |
MIN_LENGTH |
static int |
MIN_LOWERCASE |
static int |
MIN_SPECIAL |
static int |
MIN_UPPERCSE |
| Constructor and Description |
|---|
DefaultPasswordPolicyImpl() |
public static final int MIN_LENGTH
public static final int MIN_LOWERCASE
public static final int MIN_UPPERCSE
public static final int MIN_DIGIT
public static final int MIN_SPECIAL
public List<PasswordPolicyRule> getRules()
getRules in interface PasswordPolicyCopyright © 2013–2019 camunda services GmbH. All rights reserved.