@Generated(value={"Immutables.generator","_PasswordPolicy"}) public final class PasswordPolicy extends Object
InternalConfiguration| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordPolicy.Builder
Builds instances of type
PasswordPolicy. |
| Modifier and Type | Method and Description |
|---|---|
static PasswordPolicy.Builder |
builder()
Creates a builder for
PasswordPolicy. |
boolean |
equals(Object another)
This instance is equal to all instances of
PasswordPolicy that have equal attribute values. |
Integer |
getMaximumLength()
Maximum number of characters required for password to be considered valid (defaults to 255).
|
Integer |
getMinimumDigit()
Minimum number of digits required for password to be considered valid (defaults to 0).
|
Integer |
getMinimumLength()
Minimum number of characters required for password to be considered valid (defaults to 0).
|
Integer |
getMinimumLowerCaseCharacter()
Minimum number of lower characters required for password to be considered valid (defaults to 0).
|
Integer |
getMinimumSpecialCharacter()
Minimum number of special characters required for password to be considered valid (defaults to 0).
|
Integer |
getMinimumUpperCaseCharacter()
Minimum number of uppercase characters required for password to be considered valid (defaults to 0).
|
Integer |
getPasswordExpirationInMonth()
Number of months after which current password expires (defaults to 0).
|
Integer |
getPasswordNewerThan()
This timestamp value can be used to force change password for every user.
|
int |
hashCode()
Computes a hash code from attributes:
maximumLength, minimumDigit, minimumLength, minimumLowerCaseCharacter, minimumSpecialCharacter, minimumUpperCaseCharacter, passwordExpirationInMonth, passwordNewerThan. |
String |
toString()
Prints the immutable value
PasswordPolicy with attribute values. |
public Integer getMaximumLength()
public Integer getMinimumDigit()
public Integer getMinimumLength()
public Integer getMinimumLowerCaseCharacter()
public Integer getMinimumSpecialCharacter()
public Integer getMinimumUpperCaseCharacter()
public Integer getPasswordExpirationInMonth()
public Integer getPasswordNewerThan()
public boolean equals(Object another)
PasswordPolicy that have equal attribute values.public int hashCode()
maximumLength, minimumDigit, minimumLength, minimumLowerCaseCharacter, minimumSpecialCharacter, minimumUpperCaseCharacter, passwordExpirationInMonth, passwordNewerThan.public String toString()
PasswordPolicy with attribute values.public static PasswordPolicy.Builder builder()
PasswordPolicy.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.