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:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class PasswordPolicyPasswordSettingsComplexity
extends Object
implements Serializable
PasswordPolicyPasswordSettingsComplexity
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddexcludeAttributesItem(String excludeAttributesItem) dictionary(PasswordDictionary dictionary) booleanexcludeAttributes(List<String> excludeAttributes) excludeUsername(Boolean excludeUsername) Get dictionaryGet excludeAttributesGet excludeUsernameGet minLengthGet minLowerCaseGet minNumberGet minSymbolGet minUpperCaseinthashCode()minLowerCase(Integer minLowerCase) minUpperCase(Integer minUpperCase) voidsetDictionary(PasswordDictionary dictionary) voidsetExcludeAttributes(List<String> excludeAttributes) voidsetExcludeUsername(Boolean excludeUsername) voidsetMinLength(Integer minLength) voidsetMinLowerCase(Integer minLowerCase) voidsetMinNumber(Integer minNumber) voidsetMinSymbol(Integer minSymbol) voidsetMinUpperCase(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
-