Interface IAuthLoggedInHandler


public interface IAuthLoggedInHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    This auth handler has defined how to display the response
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Allow the AuthHandler to determine how to dispatch during the SessionHandler
  • Field Details

    • DISP_RESPONSE_NONE

      static final int DISP_RESPONSE_NONE
      This auth handler has defined how to display the response
      See Also:
  • Method Details