Class LanguageCallback
java.lang.Object
javax.security.auth.callback.LanguageCallback
- All Implemented Interfaces:
- Serializable,- Callback
 Underlying security services instantiate and pass a
 LanguageCallback to the handle
 method of a CallbackHandler to retrieve the Locale
 used for localizing text.
- Since:
- 1.4
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LanguageCallbackpublic LanguageCallback()Construct aLanguageCallback.
 
- 
- 
Method Details- 
setLocaleSet the retrievedLocale.- Parameters:
- locale- the retrieved- Locale.
- See Also:
 
- 
getLocaleGet the retrievedLocale.- Returns:
- the retrieved Locale, or null if noLocalecould be retrieved.
- See Also:
 
 
-