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.BuilderClasses in org.glassfish.jersey.client.oauth2 that implement OAuth2CodeGrantFlow.BuilderModifier and TypeClassDescriptionclassClass that provides methods to buildOAuth2CodeGrantFlowpre-configured for usage with Google provider.Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.BuilderModifier and TypeMethodDescriptionstatic OAuth2CodeGrantFlow.BuilderOAuth2ClientSupport.authorizationCodeGrantFlowBuilder(ClientIdentifier clientIdentifier, String authorizationUri, String accessTokenUri) Get the builder of theAuthorization Code Grant Flow.static OAuth2CodeGrantFlow.BuilderOAuth2ClientSupport.facebookFlowBuilder(ClientIdentifier clientIdentifier, String redirectURI) Get a builder that can be directly used to perform Authorization Code Grant flow defined by Facebook.