|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.api.client.filter.ClientFilter
com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
public final class HTTPDigestAuthFilter
Client filter adding HTTP Digest authentication headers in the request
| Constructor Summary | |
|---|---|
HTTPDigestAuthFilter(java.lang.String user,
java.lang.String pass)
Creates a new HTTP Digest Authentication filter using provided username and password credentials. |
|
| Method Summary | |
|---|---|
ClientResponse |
handle(ClientRequest request)
Handle a HTTP request as a ClientRequest and return the HTTP
response as a ClientResponse. |
| Methods inherited from class com.sun.jersey.api.client.filter.ClientFilter |
|---|
getNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPDigestAuthFilter(java.lang.String user,
java.lang.String pass)
user - usernamepass - password| Method Detail |
|---|
public ClientResponse handle(ClientRequest request)
throws ClientHandlerException
ClientHandlerClientRequest and return the HTTP
response as a ClientResponse.
handle in interface ClientHandlerhandle in class ClientFilterrequest - the HTTP request.
ClientHandlerException - if the client
handler fails to process the request or response.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||