Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared FormLoginHandler create(AuthProvider authProvider)

Create a handler

Parameters:
  • authProvider

    the auth service to use

createshared FormLoginHandler create(AuthProvider authProvider, String usernameParam, String passwordParam, String returnURLParam, String directLoggedInOKURL)

Create a handler

Parameters:
  • authProvider

    the auth service to use

  • usernameParam

    the value of the form attribute which will contain the username

  • passwordParam

    the value of the form attribute which will contain the password

  • returnURLParam

    the value of the session attribute which will contain the return url

  • directLoggedInOKURL

    a url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first

Inherited Methods
Methods inherited from: Object
equals