Package com.okta.sdk.resource.model
Class PasswordPolicyPasswordSettingsComplexity
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyPasswordSettingsComplexity
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class PasswordPolicyPasswordSettingsComplexity
extends Object
implements Serializable
PasswordPolicyPasswordSettingsComplexity
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddexcludeAttributesItem
(String excludeAttributesItem) dictionary
(PasswordDictionary dictionary) boolean
excludeAttributes
(List<String> excludeAttributes) excludeUsername
(Boolean excludeUsername) Get dictionaryGet excludeAttributesGet excludeUsernameGet minLengthGet minLowerCaseGet minNumberGet minSymbolGet minUpperCaseint
hashCode()
minLowerCase
(Integer minLowerCase) minUpperCase
(Integer minUpperCase) void
setDictionary
(PasswordDictionary dictionary) void
setExcludeAttributes
(List<String> excludeAttributes) void
setExcludeUsername
(Boolean excludeUsername) void
setMinLength
(Integer minLength) void
setMinLowerCase
(Integer minLowerCase) void
setMinNumber
(Integer minNumber) void
setMinSymbol
(Integer minSymbol) void
setMinUpperCase
(Integer minUpperCase) toString()
-
Field Details
-
JSON_PROPERTY_DICTIONARY
- See Also:
-
JSON_PROPERTY_EXCLUDE_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_EXCLUDE_USERNAME
- See Also:
-
JSON_PROPERTY_MIN_LENGTH
- See Also:
-
JSON_PROPERTY_MIN_LOWER_CASE
- See Also:
-
JSON_PROPERTY_MIN_NUMBER
- See Also:
-
JSON_PROPERTY_MIN_SYMBOL
- See Also:
-
JSON_PROPERTY_MIN_UPPER_CASE
- See Also:
-
-
Constructor Details
-
PasswordPolicyPasswordSettingsComplexity
public PasswordPolicyPasswordSettingsComplexity()
-
-
Method Details
-
dictionary
-
getDictionary
-
setDictionary
-
excludeAttributes
-
addexcludeAttributesItem
public PasswordPolicyPasswordSettingsComplexity addexcludeAttributesItem(String excludeAttributesItem) -
getExcludeAttributes
-
setExcludeAttributes
-
excludeUsername
-
getExcludeUsername
-
setExcludeUsername
-
minLength
-
getMinLength
-
setMinLength
-
minLowerCase
-
getMinLowerCase
-
setMinLowerCase
-
minNumber
-
getMinNumber
-
setMinNumber
-
minSymbol
-
getMinSymbol
-
setMinSymbol
-
minUpperCase
-
getMinUpperCase
-
setMinUpperCase
-
equals
-
hashCode
-
toString
-