Interface AuthenticateRequest


public interface AuthenticateRequest
Request for logging out.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the requester that the authenticate attempt has completed.
  • Method Details

    • authenticateComplete

      void authenticateComplete(Throwable failure)
      Notifies the requester that the authenticate attempt has completed.
      Parameters:
      failure - On failure to authenticate it will be the cause of the failure. Note that a null Throwable does not necessarily mean authentication was successful (just the attempt has complete).