Serializable
, Callback
public class RealmCallback extends TextInputCallback
SaslClient
and SaslServer
to retrieve realm information.Constructor | Description |
---|---|
RealmCallback |
Constructs a RealmCallback with a prompt. |
RealmCallback |
Constructs a RealmCallback with a prompt and default realm information. |
getDefaultText, getPrompt, getText, setText
public RealmCallback(String prompt)
RealmCallback
with a prompt.prompt
- The non-null prompt to use to request the realm information.IllegalArgumentException
- If prompt
is null or the empty string.public RealmCallback(String prompt, String defaultRealmInfo)
RealmCallback
with a prompt and default realm information.prompt
- The non-null prompt to use to request the realm information.defaultRealmInfo
- The non-null default realm information to use.IllegalArgumentException
- If prompt
is null or the empty string, or if defaultRealm
is empty or null.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.security.sasl/javax/security/sasl/RealmCallback.html