public interface AuthHandler
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(java.lang.Exception e)
Cancel the current authentication, will throw
OperationCanceledException
when user explicitly cancel the login. |
void |
next(Node node)
Move to next node
|
void next(Node node)
node - The current Nodevoid cancel(java.lang.Exception e)
OperationCanceledException
when user explicitly cancel the login.e - Exception when cancelling the authentication process.