Class SaslClientDigestCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public class SaslClientDigestCallbackHandler
    extends SaslDigestCallbackHandler
    Client-side callbackhandler for sasl authentication which is the client-side sibling to the server-side SaslDigestCallbackHandler. Encoding of name, password and realm information must be consistent across the pair.