All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.PasswordPolicyPasswordSettingsComplexity.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# PasswordPolicyPasswordSettingsComplexity

Complexity settings

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**dictionary** | [**PasswordDictionary**](PasswordDictionary.md) |  |  [optional] |
|**excludeAttributes** | **List<String>** | The User profile attributes whose values must be excluded from the password: currently only supports `firstName` and `lastName` |  [optional] |
|**excludeUsername** | **Boolean** | Indicates if the Username must be excluded from the password |  [optional] |
|**minLength** | **Integer** | Minimum password length |  [optional] |
|**minLowerCase** | **Integer** | Indicates if a password must contain at least one lower case letter: `0` indicates no, `1` indicates yes |  [optional] |
|**minNumber** | **Integer** | Indicates if a password must contain at least one number: `0` indicates no, `1` indicates yes |  [optional] |
|**minSymbol** | **Integer** | Indicates if a password must contain at least one symbol (For example: !@#$%^&*): `0` indicates no, `1` indicates yes |  [optional] |
|**minUpperCase** | **Integer** | Indicates if a password must contain at least one upper case letter: `0` indicates no, `1` indicates yes |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy