java.lang.Object
javax.security.auth.callback.LanguageCallback
- All Implemented Interfaces:
- Serializable,- Callback
public class LanguageCallback extends Object implements Callback, Serializable
 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:
- CallbackHandler, Serialized Form
- 
Constructor SummaryConstructors Constructor Description LanguageCallback()Construct aLanguageCallback.
- 
Method Summary
- 
Constructor Details- 
LanguageCallbackpublic LanguageCallback()Construct aLanguageCallback.
 
- 
- 
Method Details- 
setLocaleSet the retrievedLocale.- Parameters:
- locale- the retrieved- Locale.
- See Also:
- getLocale()
 
- 
getLocaleGet the retrievedLocale.- Returns:
- the retrieved Locale, or null if noLocalecould be retrieved.
- See Also:
- setLocale(java.util.Locale)
 
 
-