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

Create a handler

Parameters:
  • authProvider

    the auth service to use

createshared AuthHandler create(AuthProvider authProvider, String loginRedirectURL)

Create a handler

Parameters:
  • authProvider

    the auth service to use

  • loginRedirectURL

    the url to redirect the user to

createshared AuthHandler create(AuthProvider authProvider, String loginRedirectURL, String returnURLParam)

Create a handler

Parameters:
  • authProvider

    the auth service to use

  • loginRedirectURL

    the url to redirect the user to

  • returnURLParam

    the name of param used to store return url information in session

Inherited Methods
Methods inherited from: Object
equals