Uses of Class
com.oracle.bmc.identitydomains.model.PasswordPolicy.PasswordStrength
-
Packages that use PasswordPolicy.PasswordStrength Package Description com.oracle.bmc.identitydomains.model -
-
Uses of PasswordPolicy.PasswordStrength in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return PasswordPolicy.PasswordStrength Modifier and Type Method Description static PasswordPolicy.PasswordStrengthPasswordPolicy.PasswordStrength. create(String key)PasswordPolicy.PasswordStrengthPasswordPolicy. getPasswordStrength()Indicates whether the password policy is configured as Simple, Standard, or Custom.static PasswordPolicy.PasswordStrengthPasswordPolicy.PasswordStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordPolicy.PasswordStrength[]PasswordPolicy.PasswordStrength. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type PasswordPolicy.PasswordStrength Modifier and Type Method Description PasswordPolicy.BuilderPasswordPolicy.Builder. passwordStrength(PasswordPolicy.PasswordStrength passwordStrength)Indicates whether the password policy is configured as Simple, Standard, or Custom.Constructors in com.oracle.bmc.identitydomains.model with parameters of type PasswordPolicy.PasswordStrength Constructor Description PasswordPolicy(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String externalId, String name, String description, Integer maxLength, Integer minLength, Integer minAlphas, Integer minNumerals, Integer minAlphaNumerals, Integer minSpecialChars, Integer maxSpecialChars, Integer minLowerCase, Integer minUpperCase, Integer minUniqueChars, Integer maxRepeatedChars, Boolean startsWithAlphabet, Boolean firstNameDisallowed, Boolean lastNameDisallowed, Boolean userNameDisallowed, List<String> disallowedUserAttributeValues, Integer minPasswordAge, Integer passwordExpiresAfter, Integer passwordExpireWarning, String requiredChars, String disallowedChars, String allowedChars, List<String> disallowedSubstrings, Boolean dictionaryWordDisallowed, String dictionaryLocation, String dictionaryDelimiter, Integer maxIncorrectAttempts, Integer lockoutDuration, Integer numPasswordsInHistory, PasswordPolicy.PasswordStrength passwordStrength, Boolean forcePasswordReset, Integer distinctCharacters, Integer priority, List<PasswordPolicyGroups> groups, List<PasswordPolicyConfiguredPasswordPolicyRules> configuredPasswordPolicyRules)Deprecated.
-