@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PasswordPolicyPasswordSettingsComplexity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_DICTIONARY |
static java.lang.String |
JSON_PROPERTY_EXCLUDE_ATTRIBUTES |
static java.lang.String |
JSON_PROPERTY_EXCLUDE_USERNAME |
static java.lang.String |
JSON_PROPERTY_MIN_LENGTH |
static java.lang.String |
JSON_PROPERTY_MIN_LOWER_CASE |
static java.lang.String |
JSON_PROPERTY_MIN_NUMBER |
static java.lang.String |
JSON_PROPERTY_MIN_SYMBOL |
static java.lang.String |
JSON_PROPERTY_MIN_UPPER_CASE |
| Constructor and Description |
|---|
PasswordPolicyPasswordSettingsComplexity() |
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyPasswordSettingsComplexity |
addExcludeAttributesItem(java.lang.String excludeAttributesItem) |
PasswordPolicyPasswordSettingsComplexity |
dictionary(PasswordDictionary dictionary) |
boolean |
equals(java.lang.Object o) |
PasswordPolicyPasswordSettingsComplexity |
excludeAttributes(java.util.List<java.lang.String> excludeAttributes) |
PasswordPolicyPasswordSettingsComplexity |
excludeUsername(java.lang.Boolean excludeUsername) |
PasswordDictionary |
getDictionary()
Get dictionary
|
java.util.List<java.lang.String> |
getExcludeAttributes()
Get excludeAttributes
|
java.lang.Boolean |
getExcludeUsername()
Get excludeUsername
|
java.lang.Integer |
getMinLength()
Get minLength
|
java.lang.Integer |
getMinLowerCase()
Get minLowerCase
|
java.lang.Integer |
getMinNumber()
Get minNumber
|
java.lang.Integer |
getMinSymbol()
Get minSymbol
|
java.lang.Integer |
getMinUpperCase()
Get minUpperCase
|
int |
hashCode() |
PasswordPolicyPasswordSettingsComplexity |
minLength(java.lang.Integer minLength) |
PasswordPolicyPasswordSettingsComplexity |
minLowerCase(java.lang.Integer minLowerCase) |
PasswordPolicyPasswordSettingsComplexity |
minNumber(java.lang.Integer minNumber) |
PasswordPolicyPasswordSettingsComplexity |
minSymbol(java.lang.Integer minSymbol) |
PasswordPolicyPasswordSettingsComplexity |
minUpperCase(java.lang.Integer minUpperCase) |
void |
setDictionary(PasswordDictionary dictionary) |
void |
setExcludeAttributes(java.util.List<java.lang.String> excludeAttributes) |
void |
setExcludeUsername(java.lang.Boolean excludeUsername) |
void |
setMinLength(java.lang.Integer minLength) |
void |
setMinLowerCase(java.lang.Integer minLowerCase) |
void |
setMinNumber(java.lang.Integer minNumber) |
void |
setMinSymbol(java.lang.Integer minSymbol) |
void |
setMinUpperCase(java.lang.Integer minUpperCase) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_DICTIONARY
public static final java.lang.String JSON_PROPERTY_EXCLUDE_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_EXCLUDE_USERNAME
public static final java.lang.String JSON_PROPERTY_MIN_LENGTH
public static final java.lang.String JSON_PROPERTY_MIN_LOWER_CASE
public static final java.lang.String JSON_PROPERTY_MIN_NUMBER
public static final java.lang.String JSON_PROPERTY_MIN_SYMBOL
public static final java.lang.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(java.util.List<java.lang.String> excludeAttributes)
public PasswordPolicyPasswordSettingsComplexity addExcludeAttributesItem(java.lang.String excludeAttributesItem)
@Nullable public java.util.List<java.lang.String> getExcludeAttributes()
public void setExcludeAttributes(java.util.List<java.lang.String> excludeAttributes)
public PasswordPolicyPasswordSettingsComplexity excludeUsername(java.lang.Boolean excludeUsername)
@Nullable public java.lang.Boolean getExcludeUsername()
public void setExcludeUsername(java.lang.Boolean excludeUsername)
public PasswordPolicyPasswordSettingsComplexity minLength(java.lang.Integer minLength)
@Nullable public java.lang.Integer getMinLength()
public void setMinLength(java.lang.Integer minLength)
public PasswordPolicyPasswordSettingsComplexity minLowerCase(java.lang.Integer minLowerCase)
@Nullable public java.lang.Integer getMinLowerCase()
public void setMinLowerCase(java.lang.Integer minLowerCase)
public PasswordPolicyPasswordSettingsComplexity minNumber(java.lang.Integer minNumber)
@Nullable public java.lang.Integer getMinNumber()
public void setMinNumber(java.lang.Integer minNumber)
public PasswordPolicyPasswordSettingsComplexity minSymbol(java.lang.Integer minSymbol)
@Nullable public java.lang.Integer getMinSymbol()
public void setMinSymbol(java.lang.Integer minSymbol)
public PasswordPolicyPasswordSettingsComplexity minUpperCase(java.lang.Integer minUpperCase)
@Nullable public java.lang.Integer getMinUpperCase()
public void setMinUpperCase(java.lang.Integer minUpperCase)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.