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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.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
Get dictionary- Returns:
- dictionary
-
setDictionary
-
excludeAttributes
-
addExcludeAttributesItem
public PasswordPolicyPasswordSettingsComplexity addExcludeAttributesItem(String excludeAttributesItem) -
getExcludeAttributes
Get excludeAttributes- Returns:
- excludeAttributes
-
setExcludeAttributes
-
excludeUsername
-
getExcludeUsername
Get excludeUsername- Returns:
- excludeUsername
-
setExcludeUsername
-
minLength
-
getMinLength
Get minLength- Returns:
- minLength
-
setMinLength
-
minLowerCase
-
getMinLowerCase
Get minLowerCase- Returns:
- minLowerCase
-
setMinLowerCase
-
minNumber
-
getMinNumber
Get minNumber- Returns:
- minNumber
-
setMinNumber
-
minSymbol
-
getMinSymbol
Get minSymbol- Returns:
- minSymbol
-
setMinSymbol
-
minUpperCase
-
getMinUpperCase
Get minUpperCase- Returns:
- minUpperCase
-
setMinUpperCase
-
equals
-
hashCode
public int hashCode() -
toString
-