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(PasswordRuleDescription passwordRuleDescription)
          Adds the description of a rule that was violated
 java.lang.String getDisplayValue()
           
 java.lang.String getHeaderDisplayValue()
           
 java.lang.String getHeaderPlaceHolderValue()
           
 java.lang.String getHeaderResourceBundleKey()
           
 java.util.List getPasswordRulesDescription()
           
 PasswordPolicyViolationsDescription localize(java.util.Locale locale)
          Localizes the messages in this object in the specified locale
 void setDisplayValue(java.lang.String displayValue)
           
 void setHeaderDisplayValue(java.lang.String headerDisplayValue)
           
 void setHeaderPlaceHolderValue(java.lang.String headerPlaceHolderValue)
           
 void setHeaderResourceBundleKey(java.lang.String headerResourceBundleKey)
           
 void setPasswordRulesDescription(java.util.List passwordRulesDescription)
           

 

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(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()

setHeaderResourceBundleKey

public void setHeaderResourceBundleKey(java.lang.String headerResourceBundleKey)

setHeaderDisplayValue

public void setHeaderDisplayValue(java.lang.String headerDisplayValue)

setPasswordRulesDescription

public void setPasswordRulesDescription(java.util.List passwordRulesDescription)

setHeaderPlaceHolderValue

public void setHeaderPlaceHolderValue(java.lang.String headerPlaceHolderValue)

getHeaderPlaceHolderValue

public java.lang.String getHeaderPlaceHolderValue()

setDisplayValue

public void setDisplayValue(java.lang.String displayValue)

getDisplayValue

public java.lang.String getDisplayValue()

Skip navigation links


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