First page Back Continue Last page Summary Graphics
Callback Handlers
LoginModule(s) communicates with the CallbackHandler by sending callbacks
- NameCallback for user name
- PasswordCallback for retrieving a password.
- The handler retrieves the desired information and returns it to the login module
Notes: