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 TypeMethodDescriptionvoidaddViolatedRuleDescription(PasswordRuleDescription passwordRuleDescription) Adds the description of a rule that was violatedLocalizes the messages in this object in the specified localevoidsetDisplayValue(String displayValue) voidsetHeaderDisplayValue(String headerDisplayValue) voidsetHeaderPlaceHolderValue(String headerPlaceHolderValue) voidsetHeaderResourceBundleKey(String headerResourceBundleKey) voidsetPasswordRulesDescription(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
-