Skip navigation links


oracle.iam.passwordmgmt.vo
Class PasswordPolicyDescription

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

All Implemented Interfaces:
java.io.Serializable

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

Responsible for providing description of a PasswordPolicy in the required format

Since:
OIM 11gR1
See Also:
Serialized Form

Constructor Summary
PasswordPolicyDescription(java.util.List passwordRulesDescription)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDisplayValue(java.util.Locale locale)
          Returns the display string corresponding to this description in the specified locale
 java.lang.String getHeaderDisplayValue()
           
 java.lang.String getHeaderResourceBundleKey()
           
 java.util.List getPasswordRulesDescription()
          Get a List of the PasswordRuleDescription of a password policy
 PasswordPolicyDescription localize(java.util.Locale locale)
          Returns the PasswordPolicyDescription in the specified Locale
 java.lang.String toString()
           

 

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

 

Constructor Detail

PasswordPolicyDescription

public PasswordPolicyDescription(java.util.List passwordRulesDescription)

Method Detail

getDisplayValue

public java.lang.String getDisplayValue(java.util.Locale locale)
Returns the display string corresponding to this description in the specified locale
Parameters:
locale - the locale in which the display string is required

localize

public PasswordPolicyDescription localize(java.util.Locale locale)
Returns the PasswordPolicyDescription in the specified Locale
Parameters:
locale -
Returns:
the PasswordPolicyDescription in the specified locale

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPasswordRulesDescription

public java.util.List getPasswordRulesDescription()
Get a List of the PasswordRuleDescription of a password policy
Returns:
List of the PasswordRuleDescription

getHeaderDisplayValue

public java.lang.String 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

public java.lang.String getHeaderResourceBundleKey()

Skip navigation links


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