- 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 LanguageCallbackto thehandlemethod of aCallbackHandlerto retrieve theLocaleused for localizing text.- Since:
- 1.4
- See Also:
- CallbackHandler, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LanguageCallback()Construct aLanguageCallback.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()Get the retrievedLocale.voidsetLocale(Locale locale)Set the retrievedLocale.
 
- 
- 
- 
Method Detail- 
setLocalepublic void setLocale(Locale locale) Set the retrievedLocale.- Parameters:
- locale- the retrieved- Locale.
- See Also:
- getLocale()
 
 - 
getLocalepublic Locale getLocale() Get the retrievedLocale.- Returns:
- the retrieved Locale, or null if noLocalecould be retrieved.
- See Also:
- setLocale(java.util.Locale)
 
 
- 
 
-