Class OpenIdAuthenticationProvider

java.lang.Object
com.inrupt.client.openid.OpenIdAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class OpenIdAuthenticationProvider extends Object implements AuthenticationProvider
An authentication mechanism that makes use of OpenID Tokens.
  • Constructor Details

    • OpenIdAuthenticationProvider

      public OpenIdAuthenticationProvider()
    • OpenIdAuthenticationProvider

      public OpenIdAuthenticationProvider(int priority)
      Create an OpenIdAuthenticationProvider with a defined priority.
      Parameters:
      priority - the priority of this authentication mechanism
  • Method Details