Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared OAuth2AuthHandler create(OAuth2Auth authProvider)

Create a OAuth2 auth handler without host pinning. Most providers will not look to the redirect url but always redirect to the preconfigured callback. So this factory does not provide a callback url.

Parameters:
  • authProvider

    the auth provider to use

createshared OAuth2AuthHandler create(OAuth2Auth authProvider, String callbackURL)

Create a OAuth2 auth handler with host pinning

Parameters:
  • authProvider

    the auth provider to use

  • callbackURL

    the callback URL you entered in your provider admin console, usually it should be something like: https://myserver:8888/callback

Inherited Methods
Methods inherited from: Object
equals