Class PasswordPolicyType
- All Implemented Interfaces:
Serializable
,Cloneable
The password policy type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The minimum length of the password policy that you have set.In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.In the password policy that you have set, refers to whether you have required users to use at least one number in their password.In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.int
hashCode()
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.In the password policy that you have set, refers to whether you have required users to use at least one number in their password.In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.void
setMinimumLength
(Integer minimumLength) The minimum length of the password policy that you have set.void
setRequireLowercase
(Boolean requireLowercase) In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.void
setRequireNumbers
(Boolean requireNumbers) In the password policy that you have set, refers to whether you have required users to use at least one number in their password.void
setRequireSymbols
(Boolean requireSymbols) In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.void
setRequireUppercase
(Boolean requireUppercase) In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.toString()
Returns a string representation of this object; useful for testing and debugging.withMinimumLength
(Integer minimumLength) The minimum length of the password policy that you have set.withRequireLowercase
(Boolean requireLowercase) In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.withRequireNumbers
(Boolean requireNumbers) In the password policy that you have set, refers to whether you have required users to use at least one number in their password.withRequireSymbols
(Boolean requireSymbols) In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.withRequireUppercase
(Boolean requireUppercase) In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
-
Constructor Details
-
PasswordPolicyType
public PasswordPolicyType()
-
-
Method Details
-
setMinimumLength
The minimum length of the password policy that you have set. Cannot be less than 6.
- Parameters:
minimumLength
- The minimum length of the password policy that you have set. Cannot be less than 6.
-
getMinimumLength
The minimum length of the password policy that you have set. Cannot be less than 6.
- Returns:
- The minimum length of the password policy that you have set. Cannot be less than 6.
-
withMinimumLength
The minimum length of the password policy that you have set. Cannot be less than 6.
- Parameters:
minimumLength
- The minimum length of the password policy that you have set. Cannot be less than 6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRequireUppercase
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
- Parameters:
requireUppercase
- In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
-
getRequireUppercase
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
-
withRequireUppercase
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
- Parameters:
requireUppercase
- In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequireUppercase
In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
-
setRequireLowercase
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
- Parameters:
requireLowercase
- In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
-
getRequireLowercase
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
-
withRequireLowercase
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
- Parameters:
requireLowercase
- In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequireLowercase
In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
-
setRequireNumbers
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
- Parameters:
requireNumbers
- In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
-
getRequireNumbers
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
-
withRequireNumbers
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
- Parameters:
requireNumbers
- In the password policy that you have set, refers to whether you have required users to use at least one number in their password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequireNumbers
In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
-
setRequireSymbols
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
- Parameters:
requireSymbols
- In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
-
getRequireSymbols
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
-
withRequireSymbols
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
- Parameters:
requireSymbols
- In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequireSymbols
In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
- Returns:
- In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-