Uses of Interface
org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
Packages that use OAuth1Builder.FlowBuilder
-
Uses of OAuth1Builder.FlowBuilder in org.glassfish.jersey.client.oauth1
Methods in org.glassfish.jersey.client.oauth1 that return OAuth1Builder.FlowBuilderModifier and TypeMethodDescriptionOAuth1Builder.authorizationFlow(String requestTokenUri, String accessTokenUri, String authorizationUri) Get the builder ofOAuth1AuthorizationFlow.OAuth1Builder.FlowBuilder.callbackUri(String callbackUri) Set the callback URI to which the user (resource owner) should be redirected after he/she grants access to this application.Set the client that should be used internally by theOAuth1AuthorizationFlowto make requests to Authorization Server.OAuth1Builder.FlowBuilder.enableLogging()Enable logging (headers and entities) of OAuth requests and responses.