Package org.openapitools.client.model
Class PasswordPolicySettings
java.lang.Object
org.openapitools.client.model.PasswordPolicySettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PasswordPolicySettings
extends Object
PasswordPolicySettings
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondelegation(PasswordPolicyDelegationSettings delegation) booleanGet delegationGet passwordGet recoveryinthashCode()password(PasswordPolicyPasswordSettings password) recovery(PasswordPolicyRecoverySettings recovery) voidsetDelegation(PasswordPolicyDelegationSettings delegation) voidsetPassword(PasswordPolicyPasswordSettings password) voidsetRecovery(PasswordPolicyRecoverySettings recovery) toString() 
- 
Field Details
- 
JSON_PROPERTY_DELEGATION
- See Also:
 
 - 
JSON_PROPERTY_PASSWORD
- See Also:
 
 - 
JSON_PROPERTY_RECOVERY
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PasswordPolicySettings
public PasswordPolicySettings() 
 - 
 - 
Method Details
- 
delegation
 - 
getDelegation
Get delegation- Returns:
 - delegation
 
 - 
setDelegation
 - 
password
 - 
getPassword
Get password- Returns:
 - password
 
 - 
setPassword
 - 
recovery
 - 
getRecovery
Get recovery- Returns:
 - recovery
 
 - 
setRecovery
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -