Package oracle.iam.passwordmgmt.vo
Class PasswordPolicyDescription
java.lang.Object
oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
- All Implemented Interfaces:
Serializable
Responsible for providing description of a PasswordPolicy in the required format
- Since:
- OIM 11gR1
- Version:
- $Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/vo/PasswordPolicyDescription.java /main/9 2014/12/22 05:44:53 anurkkum Exp $
- Author:
- sidhdas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordPolicyDescription
(List<PasswordRuleDescription> passwordRulesDescription) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get aList
of thePasswordRuleDescription
of a password policyReturns thePasswordPolicyDescription
in the specified Localevoid
setHeaderDisplayValue
(String headerDisplayValue) void
setHeaderPlaceHolderValue
(String headerPlaceHolderValue) void
setHeaderResourceBundleKey
(String headerResourceBundleKey) void
setPasswordRulesDescription
(List<PasswordRuleDescription> passwordRulesDescription) toString()
-
Constructor Details
-
PasswordPolicyDescription
public PasswordPolicyDescription() -
PasswordPolicyDescription
- Parameters:
passwordRulesDescription
-
-
-
Method Details
-
getDisplayValue
- Returns:
- the displayValue
-
localize
Returns thePasswordPolicyDescription
in the specified Locale- Parameters:
locale
-- Returns:
- the
PasswordPolicyDescription
in the specified locale
-
equals
-
toString
-
getPasswordRulesDescription
Get aList
of thePasswordRuleDescription
of a password policy- Returns:
List
of thePasswordRuleDescription
-
getHeaderDisplayValue
- Returns:
- the header for the PasswordPolicyDescription. When the description
is displayed the header comes first, followed by the description of the
PasswordRules.
Example Description: Password must comply with the following rules - must be at least 8 characters long - cannot contain userlogin
In the above example the header is 'Password must comply with the following rules'
-
getHeaderResourceBundleKey
-
setHeaderResourceBundleKey
-
setPasswordRulesDescription
-
setHeaderDisplayValue
-
setHeaderPlaceHolderValue
-
getHeaderPlaceHolderValue
-