API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.callback. LanguageCallback View Source
Author(s)
Since
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      LanguageCallback
Implements
 Callback
 Serializable
Subclasses
Description
public class LanguageCallback
  Underlying security services instantiate and pass a LanguageCallback to the handle method of a CallbackHandler to retrieve the Locale used for localizing text.
See also:    CallbackHandler
Constructors
public LanguageCallback ()
Construct a LanguageCallback.
Methods
Hide/Show inherited methods
public Locale getLocale ()
  Get the retrieved Locale.
public void setLocale (Locale locale)
  Set the retrieved Locale.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar