@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PasswordPolicyPasswordSettingsComplexity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DICTIONARY |
static String |
JSON_PROPERTY_EXCLUDE_ATTRIBUTES |
static String |
JSON_PROPERTY_EXCLUDE_USERNAME |
static String |
JSON_PROPERTY_MIN_LENGTH |
static String |
JSON_PROPERTY_MIN_LOWER_CASE |
static String |
JSON_PROPERTY_MIN_NUMBER |
static String |
JSON_PROPERTY_MIN_SYMBOL |
static String |
JSON_PROPERTY_MIN_UPPER_CASE |
Constructor and Description |
---|
PasswordPolicyPasswordSettingsComplexity() |
public static final String JSON_PROPERTY_DICTIONARY
public static final String JSON_PROPERTY_EXCLUDE_ATTRIBUTES
public static final String JSON_PROPERTY_EXCLUDE_USERNAME
public static final String JSON_PROPERTY_MIN_LENGTH
public static final String JSON_PROPERTY_MIN_LOWER_CASE
public static final String JSON_PROPERTY_MIN_NUMBER
public static final String JSON_PROPERTY_MIN_SYMBOL
public static final String JSON_PROPERTY_MIN_UPPER_CASE
public PasswordPolicyPasswordSettingsComplexity()
public PasswordPolicyPasswordSettingsComplexity dictionary(PasswordDictionary dictionary)
@Nullable public PasswordDictionary getDictionary()
public void setDictionary(PasswordDictionary dictionary)
public PasswordPolicyPasswordSettingsComplexity excludeAttributes(List<String> excludeAttributes)
public PasswordPolicyPasswordSettingsComplexity addExcludeAttributesItem(String excludeAttributesItem)
@Nullable public List<String> getExcludeAttributes()
public PasswordPolicyPasswordSettingsComplexity excludeUsername(Boolean excludeUsername)
@Nullable public Boolean getExcludeUsername()
public void setExcludeUsername(Boolean excludeUsername)
public PasswordPolicyPasswordSettingsComplexity minLength(Integer minLength)
public void setMinLength(Integer minLength)
public PasswordPolicyPasswordSettingsComplexity minLowerCase(Integer minLowerCase)
public void setMinLowerCase(Integer minLowerCase)
public PasswordPolicyPasswordSettingsComplexity minNumber(Integer minNumber)
public void setMinNumber(Integer minNumber)
public PasswordPolicyPasswordSettingsComplexity minSymbol(Integer minSymbol)
public void setMinSymbol(Integer minSymbol)
public PasswordPolicyPasswordSettingsComplexity minUpperCase(Integer minUpperCase)
public void setMinUpperCase(Integer minUpperCase)
Copyright © 2017–2023 Okta. All rights reserved.