| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setApiFailedAuthLockoutPeriod(java.lang.Long apiFailedAuthLockoutPeriod)
Once a lockout occurs, the account remains locked out of the API for this time
period.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setApiFailedAuthResetPeriod(java.lang.Long apiFailedAuthResetPeriod)
In order to trigger an account lockout, all authentication failures must occur
in this time window.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setApiMaxAuthFailures(java.lang.Long apiMaxAuthFailures)
Only applies to NSX Manager nodes.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setCliFailedAuthLockoutPeriod(java.lang.Long cliFailedAuthLockoutPeriod)
Once a lockout occurs, the account remains locked out of the CLI for this time
period.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setCliMaxAuthFailures(java.lang.Long cliMaxAuthFailures)
Number of authentication failures that trigger CLI lockout format: int64
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setDigits(java.lang.Long digits)
Number of digits (0..9) expected in user password.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setHashAlgorithm(java.lang.String hashAlgorithm)
Possible values are:
AuthenticationPolicyProperties.HASH_ALGORITHM_SHA512
AuthenticationPolicyProperties.HASH_ALGORITHM_SHA256
Sets hash/cryptographic algorithm type for new passwords. |
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setLowerChars(java.lang.Long lowerChars)
Number of lower case characters (a..z) expected in user password.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setMaximumPasswordLength(java.lang.Long maximumPasswordLength)
Maximum number of characters allowed in password; user can not set their
password of length greater than this parameter.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setMaxRepeats(java.lang.Long maxRepeats)
Reject passwords which contain more than N same consecutive characters, like aaa
or 7777.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setMaxSequence(java.lang.Long maxSequence)
Reject passwords which contain more than N monotonic character sequences.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setMinimumPasswordLength(java.lang.Long minimumPasswordLength)
Minimum number of characters expected in password; user can not set their
password of length less than this parameter.
NOTE, for existing users upgrading to NSX-T datacenter version 4.0 or above - |
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setMinimumUniqueChars(java.lang.Long minimumUniqueChars)
Number of character changes in the new password that differentiate it from the
old password.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setPasswordRemembrance(java.lang.Long passwordRemembrance)
Limit using a password that was used in past; users can not set the same
password within the N generations.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setRetryPrompt(java.lang.Long retryPrompt)
Prompt user at most N times before returning with error.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setSelf(SelfResourceLink self) |
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setSpecialChars(java.lang.Long specialChars)
Number of special characters (!@#$&*..) expected in user password.
|
AuthenticationPolicyProperties.Builder |
AuthenticationPolicyProperties.Builder.setUpperChars(java.lang.Long upperChars)
Number of upper case characters (A..Z) expected in user password.
|