Skip navigation links


oracle.iam.passwordmgmt.vo
Class PasswordPolicyViolationsDescription

java.lang.Object
  extended by oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription

All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyViolationsDescription
extends java.lang.Object
implements java.io.Serializable

Provides a description of the Password Policy Voilations

Since:
OIM 11gR1
See Also:
Serialized Form

Constructor Summary
PasswordPolicyViolationsDescription()
           

 

Method Summary
 void addViolatedRuleDescription(oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription passwordRuleDescription)
          Adds the description of a rule that was violated
 java.lang.String getHeaderDisplayValue()
           
 java.lang.String getHeaderResourceBundleKey()
           
 java.util.List getPasswordRulesDescription()
           
 PasswordPolicyViolationsDescription localize(java.util.Locale locale)
          Localizes the messages in this object in the specified locale

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PasswordPolicyViolationsDescription

public PasswordPolicyViolationsDescription()

Method Detail

addViolatedRuleDescription

public void addViolatedRuleDescription(oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription passwordRuleDescription)
Adds the description of a rule that was violated

getHeaderResourceBundleKey

public java.lang.String getHeaderResourceBundleKey()

getPasswordRulesDescription

public java.util.List getPasswordRulesDescription()

localize

public PasswordPolicyViolationsDescription localize(java.util.Locale locale)
Localizes the messages in this object in the specified locale

getHeaderDisplayValue

public java.lang.String getHeaderDisplayValue()

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.