Uses of Class
org.glassfish.jersey.client.oauth1.AccessToken
-
Packages that use AccessToken Package Description org.glassfish.jersey.client.oauth1 Jersey OAuth 1 Client API. -
-
Uses of AccessToken in org.glassfish.jersey.client.oauth1
Methods in org.glassfish.jersey.client.oauth1 that return AccessToken Modifier and Type Method Description AccessTokenOAuth1AuthorizationFlow. finish()Finish the authorization process and return theAccessToken.AccessTokenOAuth1AuthorizationFlow. finish(String verifier)Finish the authorization process and return theAccessToken.Methods in org.glassfish.jersey.client.oauth1 with parameters of type AccessToken Modifier and Type Method Description OAuth1Builder.FilterFeatureBuilderOAuth1Builder.FilterFeatureBuilder. accessToken(AccessToken accessToken)Set the Access Token that will be used for signing the requests.
-