Uses of Interface
org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder

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

Uses of OAuth2CodeGrantFlow.Builder in org.glassfish.jersey.client.oauth2
 

Classes in org.glassfish.jersey.client.oauth2 with type parameters of type OAuth2CodeGrantFlow.Builder
static interface OAuth2CodeGrantFlow.Builder<T extends OAuth2CodeGrantFlow.Builder>
          The builder of OAuth2CodeGrantFlow.
 

Classes in org.glassfish.jersey.client.oauth2 that implement OAuth2CodeGrantFlow.Builder
 class OAuth2FlowGoogleBuilder
          Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage with Google provider.
 

Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.Builder
static OAuth2CodeGrantFlow.Builder OAuth2ClientSupport.authorizationCodeGrantFlowBuilder(ClientIdentifier clientIdentifier, String authorizationUri, String accessTokenUri)
          Get the builder of the Authorization Code Grant Flow.
static OAuth2CodeGrantFlow.Builder OAuth2ClientSupport.facebookFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI)
          Get a builder that can be directly used to perform Authorization Code Grant flow defined by Facebook.
 



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