Package org.openapitools.client.model
Class CheckPasswordPolicyRuleDto
- java.lang.Object
-
- org.openapitools.client.model.CheckPasswordPolicyRuleDto
-
public class CheckPasswordPolicyRuleDto extends Object
CheckPasswordPolicyRuleDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PARAMETERstatic StringSERIALIZED_NAME_PLACEHOLDERstatic StringSERIALIZED_NAME_VALID
-
Constructor Summary
Constructors Constructor Description CheckPasswordPolicyRuleDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getParameter()A map that describes the characteristics of a password policy rule, such as the minimum number of digits.StringgetPlaceholder()A placeholder string that contains the name of a password policy rule.BooleangetValid()`true` if the password is compliant with this rule, otherwise `false`.inthashCode()CheckPasswordPolicyRuleDtoparameter(Map<String,String> parameter)CheckPasswordPolicyRuleDtoplaceholder(String placeholder)CheckPasswordPolicyRuleDtoputParameterItem(String key, String parameterItem)voidsetParameter(Map<String,String> parameter)voidsetPlaceholder(String placeholder)voidsetValid(Boolean valid)StringtoString()CheckPasswordPolicyRuleDtovalid(Boolean valid)
-
-
-
Field Detail
-
SERIALIZED_NAME_VALID
public static final String SERIALIZED_NAME_VALID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PLACEHOLDER
public static final String SERIALIZED_NAME_PLACEHOLDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARAMETER
public static final String SERIALIZED_NAME_PARAMETER
- See Also:
- Constant Field Values
-
-
Method Detail
-
valid
public CheckPasswordPolicyRuleDto valid(Boolean valid)
-
getValid
public Boolean getValid()
`true` if the password is compliant with this rule, otherwise `false`.- Returns:
- valid
-
setValid
public void setValid(Boolean valid)
-
placeholder
public CheckPasswordPolicyRuleDto placeholder(String placeholder)
-
getPlaceholder
public String getPlaceholder()
A placeholder string that contains the name of a password policy rule.- Returns:
- placeholder
-
setPlaceholder
public void setPlaceholder(String placeholder)
-
parameter
public CheckPasswordPolicyRuleDto parameter(Map<String,String> parameter)
-
putParameterItem
public CheckPasswordPolicyRuleDto putParameterItem(String key, String parameterItem)
-
getParameter
public Map<String,String> getParameter()
A map that describes the characteristics of a password policy rule, such as the minimum number of digits.- Returns:
- parameter
-
-