Skip navigation links


oracle.iam.passwordmgmt.vo.rules
Class PasswordRuleDescription

java.lang.Object
  extended by oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription

All Implemented Interfaces:
java.io.Serializable

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

Provides an Internationalized Description of a PasswordRule

Since:
OIM 11gR1
See Also:
Serialized Form

Constructor Summary
PasswordRuleDescription(java.lang.String resourceBundleKey, java.lang.String placeHolderValue)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List getComponentRuleDescriptions()
          returns a list of component rule descriptions.
 java.lang.String getDisplayValue()
           
 java.lang.String getPlaceHolderValue()
           
 java.lang.String getResourceBundleKey()
           
 int hashCode()
           
 boolean isComplex()
           
 void localize(java.util.Locale locale)
           
 void setComplex(boolean isComplex)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

PasswordRuleDescription

public PasswordRuleDescription(java.lang.String resourceBundleKey,
                               java.lang.String placeHolderValue)
Parameters:
resourceBundleKey -
placeHolderValue -

Method Detail

getResourceBundleKey

public java.lang.String getResourceBundleKey()
Returns:
the resourceBundleKey

getPlaceHolderValue

public java.lang.String getPlaceHolderValue()
Returns:
the placeHolderValue

localize

public void localize(java.util.Locale locale)

getDisplayValue

public java.lang.String getDisplayValue()

isComplex

public boolean isComplex()
Returns:
whether this is the description for a ComplexPasswordRule

setComplex

public void setComplex(boolean isComplex)
Parameters:
flags - the PasswordRuleDescription as the description of a ComplexPasswordRule

getComponentRuleDescriptions

public java.util.List getComponentRuleDescriptions()
returns a list of component rule descriptions. applicable only for a complex policy

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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

Skip navigation links


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