Class VoidCallbackHandler

  • All Implemented Interfaces:
    javax.security.auth.callback.CallbackHandler

    public class VoidCallbackHandler
    extends java.lang.Object
    implements javax.security.auth.callback.CallbackHandler
    No-op CallbackHandler. Convenient CallbackHandler which comes handy when no auth. callback is needed. This applies namely to SASL EXTERNAL auth. mechanism when auth. information is obtained from external channel, like TLS certificate.
    Since:
    9.0
    Author:
    vjuranek
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javax.security.auth.callback.Callback[] callbacks)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VoidCallbackHandler

        public VoidCallbackHandler()
    • Method Detail

      • handle

        public void handle​(javax.security.auth.callback.Callback[] callbacks)
        Specified by:
        handle in interface javax.security.auth.callback.CallbackHandler