| Interface | Description |
|---|---|
| PasswordPolicyRuleCondition |
Represents a single password policy condition that will be evaluated.
|
| Class | Description |
|---|---|
| JahiaPasswordPolicy |
Jahia password policy object, holding a list of rules to be enforced e.g.
|
| JahiaPasswordPolicyRule |
Password policy rule data object.
|
| JahiaPasswordPolicyRuleParam |
Rule parameter service object.
|
| JahiaPasswordPolicyService |
Jahia service for managing and enforcing the password policy.
|
| PasswordHistoryEntry |
Represents a history entry for the user password (encrypted).
|
| PolicyEnforcementResult |
The password policy evaluation result.
|
| RuleConditions |
Includes a set of conditions for the Password Policy Service.
|
| RuleConditions.ExpirationPeriodReached |
Check if the expiration period for the password is reached.
|
| RuleConditions.ExpiresSoon |
Check if the specified number of days are left to the password
expiration.
|
| RuleConditions.FirstLoginEvaluator |
Check if this is a first user login into the system.
|
| RuleConditions.MaximumLength |
Checks the maximum length of the password.
|
| RuleConditions.MinimumLength |
Checks the minimum length of the password.
|
| RuleConditions.MinOccurrence |
Checks the minimum occurence of the specified characters in the password.
|
| RuleConditions.MinOccurrenceDigits |
Checks the minimum occurrence of the digit characters in the password.
|
| RuleConditions.PasswordHistory |
Check password history in order to prevent password reuse.
|
| RuleConditions.PreventUserInitiatedPasswordChange |
Prevents the user-initiated password change operation, to only allow the
administrator to change passwords.
|
| RuleConditions.SimilarToUsername |
Check if the provided password is similar to the user name, i.e.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.