Name

Class javax.security.auth.callback.LanguageCallback

Synopsis

Login modules use this callback to determine what locale they are running in. Your callback handler should fill in the appropriate locale.

Class Definition

public class javax.security.auth.callback.LanguageCallback
    extends java.lang.Object
    implements javax.security.auth.callback.Callback {

    // Constructors
    public LanguageCallback(  );

    // Instance Methods
    public Locale getLocale(  );
    public void setLocale(Locale);
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.