Underlying security services instantiate and pass a
LanguageCallback
to the handle
method of a CallbackHandler
to retrieve the Locale
used for localizing text.
javax.security.auth.callback.CallbackHandler
Modifier and Type | Field and Description |
---|---|
private Locale | |
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Locale | Returns: the retrievedLocale , or null
if no Locale could be retrieved.Get the retrieved |
public void |
locale | back to summary |
---|---|
private Locale locale
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID
|
LanguageCallback | back to summary |
---|---|
public LanguageCallback() Construct a |
getLocale | back to summary |
---|---|
public Locale getLocale() Get the retrieved |
setLocale | back to summary |
---|---|
public void setLocale(Locale locale) Set the retrieved |