Package 

Class AbstractCallback

  • All Implemented Interfaces:
    java.io.Serializable , org.forgerock.android.auth.callback.Callback

    
    public abstract class AbstractCallback
     implements Callback
                        

    Abstract Callback that provides the raw content of the Callback, and allow sub classes to access Callback's input and output

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object getInputValue() Get the first value for input
      Object getInputValue(int index) Get the value for input
      String getContent() Get the callback content
      int get_id() Get the _id received from server
      • Methods inherited from class org.forgerock.android.auth.callback.Callback

        getType
      • Methods inherited from class java.lang.Object

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

      • AbstractCallback

        AbstractCallback()
      • AbstractCallback

        AbstractCallback(JSONObject raw, int index)