Package 

Interface CallbackController

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void next() Move to the next node in the tree
      abstract void onDataCollected(Callback callback) Notify when callback data are collected.
      abstract void cancel(Exception e) Cancel the current authentication
      abstract void suspend() Suspend the current authentication
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • next

         abstract void next()

        Move to the next node in the tree

      • onDataCollected

         abstract void onDataCollected(Callback callback)

        Notify when callback data are collected.

        Parameters:
        callback - The Callback
      • cancel

         abstract void cancel(Exception e)

        Cancel the current authentication

        Parameters:
        e - Exception when cancelling the authentication process.
      • suspend

         abstract void suspend()

        Suspend the current authentication