public class BasicAuthFilter
extends com.sun.jersey.api.client.filter.ClientFilter
| Constructor and Description |
|---|
BasicAuthFilter(String username,
String password)
Creates a new HTTP Basic Authentication filter with the provided username and password.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse |
handle(com.sun.jersey.api.client.ClientRequest cr) |
public 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 © 2019 Atlassian. All rights reserved.