Package | Description |
---|---|
org.glassfish.jersey.client.oauth1 |
Jersey OAuth 1 Client API.
|
Modifier and Type | Method and Description |
---|---|
OAuth1Builder.FlowBuilder |
OAuth1Builder.authorizationFlow(String requestTokenUri,
String accessTokenUri,
String authorizationUri)
Get the builder of
OAuth1AuthorizationFlow . |
OAuth1Builder.FlowBuilder |
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.
|
OAuth1Builder.FlowBuilder |
OAuth1Builder.FlowBuilder.client(Client client)
Set the client that should be used internally by the
OAuth1AuthorizationFlow to make requests to
Authorization Server. |
OAuth1Builder.FlowBuilder |
OAuth1Builder.FlowBuilder.enableLogging()
Enable logging (headers and entities) of OAuth requests and responses.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.