public class ClientCredentialsApiAuthFilter
extends com.sun.jersey.api.client.filter.ClientFilter
| Constructor and Description |
|---|
ClientCredentialsApiAuthFilter(ClientCredentialAccessTokenFactory accessTokenFactory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse |
handle(com.sun.jersey.api.client.ClientRequest cr) |
public ClientCredentialsApiAuthFilter(ClientCredentialAccessTokenFactory accessTokenFactory)
accessTokenFactory - inject the access token factorypublic com.sun.jersey.api.client.ClientResponse handle(com.sun.jersey.api.client.ClientRequest cr)
throws com.sun.jersey.api.client.ClientHandlerException
handle in interface com.sun.jersey.api.client.ClientHandlerhandle in class com.sun.jersey.api.client.filter.ClientFiltercom.sun.jersey.api.client.ClientHandlerExceptionCopyright © 2015. All rights reserved.