public class OvhPasswordPolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
deniedChars
List of denied characters in the password
canBeNull
|
Boolean |
digitMandatory
Whether or not a digit (0-9) is mandatory in the password
canBeNull
|
Boolean |
letterMandatory
Whether or not a letter (a-z or A-Z) is mandatory in the password
canBeNull
|
Boolean |
lowercaseLetterMandatory
Whether or not a lowercase letter (a-z) is mandatory in the password
canBeNull
|
Long |
maxLength
Maximum lenght of the password
canBeNull
|
Long |
minLength
Minimum lenght of the password
canBeNull
|
Boolean |
specialMandatory
Whether or not a special character (\W or _) is mandatory in the password
canBeNull
|
Boolean |
uppercaseLetterMandatory
Whether or not an uppercase letter (A-Z) is mandatory in the password
canBeNull
|
| Constructor and Description |
|---|
OvhPasswordPolicy() |
public Boolean uppercaseLetterMandatory
public Long minLength
public Boolean letterMandatory
public Boolean specialMandatory
public Boolean digitMandatory
public Boolean lowercaseLetterMandatory
public Long maxLength
public String[] deniedChars
Copyright © 2018. All rights reserved.