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) classAbstract implementation ofOAuth2CodeGrantFlow.Builder.static interfaceThe builder ofOAuth2CodeGrantFlow.Classes in org.glassfish.jersey.client.oauth2 that implement OAuth2CodeGrantFlow.BuilderModifier and TypeClassDescription(package private) classAbstract implementation ofOAuth2CodeGrantFlow.Builder.(package private) static classBuilder implementation.classClass that provides methods to buildOAuth2CodeGrantFlowpre-configured for usage with Google provider.Fields in org.glassfish.jersey.client.oauth2 declared as OAuth2CodeGrantFlow.BuilderModifier and TypeFieldDescriptionprivate final OAuth2CodeGrantFlow.Builder<T> AbstractAuthorizationCodeGrantBuilder.delegateMethods 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.static OAuth2CodeGrantFlow.BuilderOAuth2FlowFacebookBuilder.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