Package org.openapitools.client.model
Class PasswordPolicyPasswordSettingsComplexity
java.lang.Object
org.openapitools.client.model.PasswordPolicyPasswordSettingsComplexity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PasswordPolicyPasswordSettingsComplexity
extends Object
PasswordPolicyPasswordSettingsComplexity
- 
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
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
 
 -