AuthDone
Introduction and overview
This AuthState is used as a final AuthState to finish a successful authentication.
Description
The following table and chapters describe the characteristics of the AuthState.
| Topic | Description |
|---|---|
| Class | ch.nevis.esauth.auth.states.standard.AuthDone |
| Logging | StdStates |
| Auditing | none |
| Marker | none |
| Methods | process (all events) |
Properties
none
Input
none
Transitions
none (should only be used as final AuthState)
Output
On AUTH_DONE, all the current output arguments from previous states are saved to the authentication session.
Errors
none
Notes
none
Example
<AuthState name="AuthDone" class="ch.nevis.esauth.auth.states.standard.AuthDone">
<Response value="AUTH_DONE">
<Gui name="AuthDoneDialog"/>
</Response>
</AuthState>