Handler that handles login from a form on a custom login page.
Used in conjunction with the RedirectAuthHandler.
AnythingObjectFormLoginHandlerBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
FormLoginHandler(FormLoginHandler unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
handle | shared default void handle(RoutingContext arg0) |
setDirectLoggedInOKURL | shared default FormLoginHandler setDirectLoggedInOKURL(String directLoggedInOKURL)Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first Parameters:
|
setPasswordParam | shared default FormLoginHandler setPasswordParam(String passwordParam)Set the name of the form param used to submit the password Parameters:
|
setReturnURLParam | shared default FormLoginHandler setReturnURLParam(String returnURLParam)Set the name of the session attrioute used to specify the return url Parameters:
|
setUsernameParam | shared default FormLoginHandler setUsernameParam(String usernameParam)Set the name of the form param used to submit the username Parameters:
|
| Inherited Methods |
Methods inherited from: Objectequals |