Package oracle.iam.passwordmgmt.vo
Class Translator
java.lang.Object
oracle.iam.passwordmgmt.vo.Translator
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontranslate
(PasswordRuleDescription passwordRuleDescription, Locale locale) Translates a PasswordRule Description in the specified localetranslateValidationErrorMessage
(String message, Locale locale) Translates the Password Validation error message to the given locale
-
Constructor Details
-
Translator
public Translator()
-
-
Method Details
-
translateValidationErrorMessage
Translates the Password Validation error message to the given locale- Parameters:
message
- the message to be translatedlocale
- the locale to which the message is to be translated- Returns:
- the translated message
-
translate
Translates a PasswordRule Description in the specified locale
-