Uses of Interface
org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
Packages that use OAuth2CodeGrantFlow.Builder
-
Uses of OAuth2CodeGrantFlow.Builder in org.glassfish.jersey.client.oauth2
Classes in org.glassfish.jersey.client.oauth2 with type parameters of type OAuth2CodeGrantFlow.BuilderModifier and TypeClassDescription(package private) class
Abstract implementation ofOAuth2CodeGrantFlow.Builder
.static interface
The builder ofOAuth2CodeGrantFlow
.Classes in org.glassfish.jersey.client.oauth2 that implement OAuth2CodeGrantFlow.BuilderModifier and TypeClassDescription(package private) class
Abstract implementation ofOAuth2CodeGrantFlow.Builder
.(package private) static class
Builder implementation.class
Class that provides methods to buildOAuth2CodeGrantFlow
pre-configured for usage with Google provider.Fields in org.glassfish.jersey.client.oauth2 declared as OAuth2CodeGrantFlow.BuilderModifier and TypeFieldDescriptionprivate final OAuth2CodeGrantFlow.Builder
<T> AbstractAuthorizationCodeGrantBuilder.delegate
Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.BuilderModifier and TypeMethodDescriptionstatic OAuth2CodeGrantFlow.Builder
OAuth2ClientSupport.authorizationCodeGrantFlowBuilder
(ClientIdentifier clientIdentifier, String authorizationUri, String accessTokenUri) Get the builder of theAuthorization 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.static OAuth2CodeGrantFlow.Builder
OAuth2FlowFacebookBuilder.getFacebookAuthorizationBuilder
(ClientIdentifier clientIdentifier, String redirectUri, javax.ws.rs.client.Client client) Get a builder that can be directly used to perform Authorization Code Grant flow defined by Facebook documentation.Constructors in org.glassfish.jersey.client.oauth2 with parameters of type OAuth2CodeGrantFlow.BuilderModifierConstructorDescription