Package oracle.iam.passwordmgmt.vo
Class PasswordPolicyViolationsDescription
java.lang.Object
oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
- All Implemented Interfaces:
Serializable
Provides a description of the Password Policy Voilations
- Since:
- OIM 11gR1
- Version:
- $Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/vo/PasswordPolicyViolationsDescription.java /main/7 2014/12/30 04:51:45 anurkkum Exp $
- Author:
- sidhdas
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addViolatedRuleDescription
(PasswordRuleDescription passwordRuleDescription) Adds the description of a rule that was violatedLocalizes the messages in this object in the specified localevoid
setDisplayValue
(String displayValue) void
setHeaderDisplayValue
(String headerDisplayValue) void
setHeaderPlaceHolderValue
(String headerPlaceHolderValue) void
setHeaderResourceBundleKey
(String headerResourceBundleKey) void
setPasswordRulesDescription
(List<PasswordRuleDescription> passwordRulesDescription)
-
Constructor Details
-
PasswordPolicyViolationsDescription
public PasswordPolicyViolationsDescription()
-
-
Method Details
-
addViolatedRuleDescription
Adds the description of a rule that was violated -
getHeaderResourceBundleKey
-
getPasswordRulesDescription
-
localize
Localizes the messages in this object in the specified locale -
getHeaderDisplayValue
-
setHeaderResourceBundleKey
-
setHeaderDisplayValue
-
setPasswordRulesDescription
-
setHeaderPlaceHolderValue
-
getHeaderPlaceHolderValue
-
setDisplayValue
-
getDisplayValue
-