A C G H O U

A

authorize(URI) - Method in interface com.sun.jersey.oauth.client.OAuthClientFilter.AuthHandler
Method called by the filter when an authorization of a request token is needed.
authorized(String, String) - Method in interface com.sun.jersey.oauth.client.OAuthClientFilter.AuthHandler
Notifies the handler that the application was authorized by the user and a new access token was obtained.

C

com.sun.jersey.oauth.client - package com.sun.jersey.oauth.client
 

G

getAuthorizationUri() - Method in exception com.sun.jersey.oauth.client.UnauthorizedRequestException
Returns authorization URI the user can be redirected to to provide authorization, or null if there is no request token to be authorized (i.e.
getOAuthParameters() - Method in exception com.sun.jersey.oauth.client.UnauthorizedRequestException
Returns OAuthParameters structure used by the OAuthClientFilter.

H

handle(ClientRequest) - Method in class com.sun.jersey.oauth.client.OAuthClientFilter
Note: This method automatically sets the nonce and timestamp.

O

OAuthClientFilter - Class in com.sun.jersey.oauth.client
Client filter adding OAuth authorization header to the HTTP request, if no authorization header is already present.
OAuthClientFilter(Providers, OAuthParameters, OAuthSecrets) - Constructor for class com.sun.jersey.oauth.client.OAuthClientFilter
Constructs a new OAuth client filter with the specified providers.
OAuthClientFilter(Providers, OAuthParameters, OAuthSecrets, String, String, String, OAuthClientFilter.AuthHandler) - Constructor for class com.sun.jersey.oauth.client.OAuthClientFilter
Constructs a new OAuth client filter providing URI's for requesting request and access tokens and authorization.
OAuthClientFilter.AuthHandler - Interface in com.sun.jersey.oauth.client
Implementation of this interface should be passed to the filter constructor to handle user authorization requests and respond to obtaining a new access token (e.g.

U

UnauthorizedRequestException - Exception in com.sun.jersey.oauth.client
Thrown from a client request by the OAuthClientFilter if the request is not properly authorized.
UnauthorizedRequestException(OAuthParameters, URI) - Constructor for exception com.sun.jersey.oauth.client.UnauthorizedRequestException
 

A C G H O U

Copyright © 2011 Oracle Corporation. All Rights Reserved.