Package org.forgerock.android.auth.ui
Interface AuthHandler
-
- All Known Implementing Classes:
AdviceDialogFragment,LoginFragment,RegisterFragment
public interface AuthHandlerHandler to handle action during user authentication with the Auth Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel(java.lang.Exception e)Cancel the current authentication, will throwOperationCanceledExceptionwhen user explicitly cancel the login.voidnext(org.forgerock.android.auth.Node node)Move to next node
-
-
-
Method Detail
-
next
void next(org.forgerock.android.auth.Node node)
Move to next node- Parameters:
node- The current Node
-
cancel
void cancel(java.lang.Exception e)
Cancel the current authentication, will throwOperationCanceledExceptionwhen user explicitly cancel the login.- Parameters:
e- Exception when cancelling the authentication process.
-
-