Skip navigation links


oracle.iam.passwordmgmt.vo
Class Translator

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


public class Translator
extends java.lang.Object

Translates Messaged to the appropriate locale

Since:
OIM 11gR1

Constructor Summary
Translator()
           

 

Method Summary
 java.lang.String translate(PasswordRuleDescription passwordRuleDescription, java.util.Locale locale)
          Translates a PasswordRule Description in the specified locale
 java.lang.String translateValidationErrorMessage(java.lang.String message, java.util.Locale locale)
          Translates the Password Validation error message to the given locale

 

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

 

Constructor Detail

Translator

public Translator()

Method Detail

translateValidationErrorMessage

public java.lang.String translateValidationErrorMessage(java.lang.String message,
                                                        java.util.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 java.lang.String translate(PasswordRuleDescription passwordRuleDescription,
                                  java.util.Locale locale)
Translates a PasswordRule Description in the specified locale

Skip navigation links


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