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 Summary
Constructors Constructor Description LanguageCallback()
Construct aLanguageCallback
. -
Method Summary
-
Constructor Details
-
LanguageCallback
public LanguageCallback()Construct aLanguageCallback
.
-
-
Method Details
-
setLocale
Set the retrievedLocale
.- Parameters:
locale
- the retrievedLocale
.- See Also:
getLocale()
-
getLocale
Get the retrievedLocale
.- Returns:
- the retrieved
Locale
, or null if noLocale
could be retrieved. - See Also:
setLocale(java.util.Locale)
-