Uses of Interface
org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Packages that use OAuth2CodeGrantFlow.Builder Package Description 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 Modifier and Type Interface Description static interfaceOAuth2CodeGrantFlow.Builder<T extends OAuth2CodeGrantFlow.Builder>The builder ofOAuth2CodeGrantFlow.Classes in org.glassfish.jersey.client.oauth2 that implement OAuth2CodeGrantFlow.Builder Modifier and Type Class Description classOAuth2FlowGoogleBuilderClass that provides methods to buildOAuth2CodeGrantFlowpre-configured for usage with Google provider.Methods in org.glassfish.jersey.client.oauth2 that return OAuth2CodeGrantFlow.Builder Modifier and Type Method Description static 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.
-