Class SSLQueryCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public final class SSLQueryCallbackHandler
    extends Object
    implements CallbackHandler
    A callback handler which delegates to another callback handler, passing the authentication's SSL/TLS information to that callback handler on its first invocation.
    Author:
    David M. Lloyd