This callback is used by SaslClient and SaslServer to retrieve realm information.
This callback is used by SaslClient and SaslServer to retrieve realm information.
(->realm-callback prompt)
(->realm-callback prompt default-realm-info)
Constructor.
Constructs a RealmCallback with a prompt and default realm information.
prompt - The non-null prompt to use to request the realm information. - java.lang.String
default-realm-info - The non-null default realm information to use. - java.lang.String
throws: java.lang.IllegalArgumentException - If prompt is null or the empty string, or if defaultRealm is empty or null.
Constructor. Constructs a RealmCallback with a prompt and default realm information. prompt - The non-null prompt to use to request the realm information. - `java.lang.String` default-realm-info - The non-null default realm information to use. - `java.lang.String` throws: java.lang.IllegalArgumentException - If prompt is null or the empty string, or if defaultRealm is empty or null.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close