Liking cljdoc? Tell your friends :D

javax.security.auth.callback.LanguageCallback

Underlying security services instantiate and pass a LanguageCallback to the handle method of a CallbackHandler to retrieve the Locale used for localizing text.

 Underlying security services instantiate and pass a
LanguageCallback to the handle
method of a CallbackHandler to retrieve the Locale
used for localizing text.
raw docstring

->language-callbackclj

(->language-callback)

Constructor.

Construct a LanguageCallback.

Constructor.

Construct a LanguageCallback.
raw docstring

get-localeclj

(get-locale this)

Get the retrieved Locale.

returns: the retrieved Locale, or null if no Locale could be retrieved. - java.util.Locale

Get the retrieved Locale.

returns: the retrieved Locale, or null
          if no Locale could be retrieved. - `java.util.Locale`
raw docstring

set-localeclj

(set-locale this locale)

Set the retrieved Locale.

locale - the retrieved Locale. - java.util.Locale

Set the retrieved Locale.

locale - the retrieved Locale. - `java.util.Locale`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close