Uses of Package
org.glassfish.jersey.client.oauth2

Packages that use org.glassfish.jersey.client.oauth2
org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. 
 

Classes in org.glassfish.jersey.client.oauth2 used by org.glassfish.jersey.client.oauth2
ClientIdentifier
          Client Identifier that contains information about client id and client secret issues by a Service Provider for application.
OAuth2CodeGrantFlow
          The interface that defines OAuth 2 Authorization Code Grant Flow.
OAuth2CodeGrantFlow.Builder
          The builder of OAuth2CodeGrantFlow.
OAuth2CodeGrantFlow.Phase
          Phase of the Authorization Code Grant Flow.
OAuth2FlowGoogleBuilder
          Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage with Google provider.
OAuth2FlowGoogleBuilder.AccessType
          Enum that defines values for "access_type" parameter used in Google OAuth flow.
OAuth2FlowGoogleBuilder.Display
          Enum that defines values for "display" parameter used in Google OAuth flow.
OAuth2FlowGoogleBuilder.Prompt
          Enum that defines values for "prompt" parameter used in Google OAuth flow.
OAuth2Parameters.GrantType
          Parameter grant_type used in the access token request.
TokenResult
          Class that contains a result of the Authorization Flow including a access token.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.