Class Translator

java.lang.Object
oracle.iam.passwordmgmt.vo.Translator

public class Translator extends Object
Translates Messaged to the appropriate locale
Since:
OIM 11gR1
Version:
$Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/vo/Translator.java /main/5 2012/03/16 02:03:05 shiskuma Exp $
Author:
sidhdas
  • Constructor Details

    • Translator

      public Translator()
  • Method Details

    • translateValidationErrorMessage

      public String translateValidationErrorMessage(String message, Locale locale)
      Translates the Password Validation error message to the given locale
      Parameters:
      message - the message to be translated
      locale - the locale to which the message is to be translated
      Returns:
      the translated message
    • translate

      public String translate(PasswordRuleDescription passwordRuleDescription, Locale locale)
      Translates a PasswordRule Description in the specified locale