Class PlainClientCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    @Deprecated
    public class PlainClientCallbackHandler
    extends SimpleSaslClientCallbackHandler
    Deprecated.
    This should only ever be used for testing. It provides no security at all. DO NOT USE THIS. The user name is the current user and the password is "password".
    • Constructor Detail

      • PlainClientCallbackHandler

        public PlainClientCallbackHandler()
        Deprecated.
        For plain, using constants for a pair of user name and password.