|
C/C++ Reference
|
Implements Form-Based Authentication. More...
#include <FormAuthenticator.h>


Public Member Functions | |
| FormAuthenticator (UserIntf *userDbIntf, LoginRespIntf *sendLogin) | |
| void | setLoginTracker (LoginTracker *tracker) |
| Prevent dictionary attacks. | |
| void | setSecure () |
| Set authenticator into secure mode and accept only SSL connections. | |
Implements Form-Based Authentication.
See the User Authentication documentation for an introduction to authentication and authorization.
A form authenticator can be used only by browser clients. A form authenticator is not suitable for authenticating Applets, the EventHandler, or any type of non HTML based applications. See the Authenticator class for more information.