PasswordPolicy.Builder |
PasswordPolicy.Builder.allowedChars(String allowedChars) |
A String value whose contents indicate a set of characters that can appear, in any
sequence, in a password value
|
static PasswordPolicy.Builder |
PasswordPolicy.builder() |
Create a new builder.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.compartmentOcid(String compartmentOcid) |
OCI Compartment Id (ocid) in which the resource lives.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.configuredPasswordPolicyRules(List<PasswordPolicyConfiguredPasswordPolicyRules> configuredPasswordPolicyRules) |
List of password policy rules that have values set.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.copy(PasswordPolicy model) |
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.deleteInProgress(Boolean deleteInProgress) |
A boolean flag indicating this resource in the process of being deleted.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.description(String description) |
A String that describes the password policy
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.dictionaryDelimiter(String dictionaryDelimiter) |
A delimiter used to separate characters in the dictionary file
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.dictionaryLocation(String dictionaryLocation) |
A Reference value that contains the URI of a dictionary of words not allowed to appear
within a password value
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.dictionaryWordDisallowed(Boolean dictionaryWordDisallowed) |
Indicates whether the password can match a dictionary word
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.disallowedChars(String disallowedChars) |
A String value whose contents indicate a set of characters that cannot appear, in any
sequence, in a password value
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.disallowedSubstrings(List<String> disallowedSubstrings) |
A String value whose contents indicate a set of substrings that cannot appear, in any
sequence, in a password value
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.disallowedUserAttributeValues(List<String> disallowedUserAttributeValues) |
List of User attributes whose values are not allowed in the password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.distinctCharacters(Integer distinctCharacters) |
The number of distinct characters between old password and new password
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.domainOcid(String domainOcid) |
OCI Domain Id (ocid) in which the resource lives.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.externalId(String externalId) |
An identifier for the Resource as defined by the Service Consumer.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.firstNameDisallowed(Boolean firstNameDisallowed) |
Indicates a sequence of characters that match the user’s first name of given name cannot
be the password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.forcePasswordReset(Boolean forcePasswordReset) |
Indicates whether all of the users should be forced to reset their password on the next
login (to comply with new password policy changes)
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.groups(List<PasswordPolicyGroups> groups) |
A list of groups that the password policy belongs to.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.id(String id) |
Unique identifier for the SCIM Resource as defined by the Service Provider.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.idcsCreatedBy(IdcsCreatedBy idcsCreatedBy) |
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.idcsLastModifiedBy(IdcsLastModifiedBy idcsLastModifiedBy) |
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.idcsLastUpgradedInRelease(String idcsLastUpgradedInRelease) |
The release number when the resource was upgraded.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.idcsPreventedOperations(List<IdcsPreventedOperations> idcsPreventedOperations) |
Each value of this attribute specifies an operation that only an internal client may
perform on this particular resource.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.lastNameDisallowed(Boolean lastNameDisallowed) |
Indicates a sequence of characters that match the user’s last name of given name cannot
be the password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.lockoutDuration(Integer lockoutDuration) |
The time period in minutes to lock out a user account when the threshold of invalid login
attempts is reached.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.maxIncorrectAttempts(Integer maxIncorrectAttempts) |
An integer that represents the maximum number of failed logins before an account is
locked
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.maxLength(Integer maxLength) |
The maximum password length (in characters).
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.maxRepeatedChars(Integer maxRepeatedChars) |
The maximum number of repeated characters allowed in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.maxSpecialChars(Integer maxSpecialChars) |
The maximum number of special characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.meta(Meta meta) |
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minAlphaNumerals(Integer minAlphaNumerals) |
The minimum number of a combination of alphabetic and numeric characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minAlphas(Integer minAlphas) |
The minimum number of alphabetic characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minLength(Integer minLength) |
The minimum password length (in characters).
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minLowerCase(Integer minLowerCase) |
The minimum number of lowercase alphabetic characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minNumerals(Integer minNumerals) |
The minimum number of numeric characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minPasswordAge(Integer minPasswordAge) |
Minimum time after which the user can resubmit the reset password request
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minSpecialChars(Integer minSpecialChars) |
The minimum number of special characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minUniqueChars(Integer minUniqueChars) |
The minimum number of unique characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.minUpperCase(Integer minUpperCase) |
The minimum number of uppercase alphabetic characters in a password.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.name(String name) |
A String that is the name of the policy to display to the user.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.numPasswordsInHistory(Integer numPasswordsInHistory) |
The number of passwords that will be kept in history that may not be used as a password
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.ocid(String ocid) |
Unique OCI identifier for the SCIM Resource.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.passwordExpiresAfter(Integer passwordExpiresAfter) |
The number of days after which the password expires automatically
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.passwordExpireWarning(Integer passwordExpireWarning) |
An integer indicating the number of days before which the user should be warned about
password expiry.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.passwordStrength(PasswordPolicy.PasswordStrength passwordStrength) |
Indicates whether the password policy is configured as Simple, Standard, or Custom.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.priority(Integer priority) |
Password policy priority
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.requiredChars(String requiredChars) |
A String value whose contents indicate a set of characters that must appear, in any
sequence, in a password value
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.schemas(List<String> schemas) |
REQUIRED.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.startsWithAlphabet(Boolean startsWithAlphabet) |
Indicates that the password must begin with an alphabetic character
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.tags(List<Tags> tags) |
A list of tags on this resource.
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.tenancyOcid(String tenancyOcid) |
OCI Tenant Id (ocid) in which the resource lives.
|
PasswordPolicy.Builder |
PasswordPolicy.toBuilder() |
|
PasswordPolicy.Builder |
PasswordPolicy.Builder.userNameDisallowed(Boolean userNameDisallowed) |
Indicates a sequence of characters that match the username cannot be the password.
|