Class AuthenticationCallbackHandler

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

    public class AuthenticationCallbackHandler
    extends java.lang.Object
    implements javax.security.auth.callback.CallbackHandler
    This is the object used by the authentication mechanism for communicating with the authentication engine and the authentication requester.
    • Method Summary

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

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

      • handle

        public void handle​(javax.security.auth.callback.Callback[] cb)
        Called by the authentication engine.
        Specified by:
        handle in interface javax.security.auth.callback.CallbackHandler
        Parameters:
        cb - the authentication transport object.