Class AppNameCallback

  • All Implemented Interfaces:
    Serializable, Callback

    public class AppNameCallback
    extends NameCallback
    A callback to retrieve the application name for which to log on. This is optional but the security manager can refuse logons without an application name.
    When implementing a handler for this callback note that it is a subclass of NameCallback. Therefore make check for specific classes before checking for the superclass.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Constructor Detail

      • AppNameCallback

        public AppNameCallback()
        Creates a new callback for requesting the application name.