static FormLoginHandler | 
FormLoginHandler.create(AuthProvider authProvider)
Create a handler 
 | 
static FormLoginHandler | 
FormLoginHandler.create(AuthProvider authProvider,
      String usernameParam,
      String passwordParam,
      String returnURLParam,
      String directLoggedInOKURL)
Create a handler 
 | 
FormLoginHandler | 
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 
 | 
FormLoginHandler | 
FormLoginHandler.setPasswordParam(String passwordParam)
Set the name of the form param used to submit the password 
 | 
FormLoginHandler | 
FormLoginHandler.setReturnURLParam(String returnURLParam)
Set the name of the session attrioute used to specify the return url 
 | 
FormLoginHandler | 
FormLoginHandler.setUsernameParam(String usernameParam)
Set the name of the form param used to submit the username 
 |