Complexity

class Complexity

The associated password complexity requirements.

Properties

Link copied to clipboard
val excludeAttributes: List<String>

The list of attributes the password must exclude.

Link copied to clipboard
val excludeUsername: Boolean

True if the password must exclude the username.

Link copied to clipboard
val minLength: Int

The minimum length of the password.

Link copied to clipboard
val minLowerCase: Int

The minimum number of lower case characters the password requires.

Link copied to clipboard
val minNumber: Int

The minimum number of number characters the password requires.

Link copied to clipboard
val minSymbol: Int

The minimum number of symbol characters the password requires.

Link copied to clipboard
val minUpperCase: Int

The minimum number of upper case characters the password requires.