public final class RuleConditions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleConditions.ExpirationPeriodReached
Check if the expiration period for the password is reached.
|
static class |
RuleConditions.ExpiresSoon
Check if the specified number of days are left to the password
expiration.
|
static class |
RuleConditions.FirstLoginEvaluator
Check if this is a first user login into the system.
|
static class |
RuleConditions.MaximumLength
Checks the maximum length of the password.
|
static class |
RuleConditions.MinimumLength
Checks the minimum length of the password.
|
static class |
RuleConditions.MinOccurrence
Checks the minimum occurence of the specified characters in the password.
|
static class |
RuleConditions.MinOccurrenceDigits
Checks the minimum occurrence of the digit characters in the password.
|
static class |
RuleConditions.PasswordHistory
Check password history in order to prevent password reuse.
|
static class |
RuleConditions.PreventUserInitiatedPasswordChange
Prevents the user-initiated password change operation, to only allow the
administrator to change passwords.
|
static class |
RuleConditions.SimilarToUsername
Check if the provided password is similar to the user name, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
static long |
MILLISECONDS_PER_DAY |
| Constructor and Description |
|---|
RuleConditions() |
public static final long MILLISECONDS_PER_DAY
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.