public class HTTPBasicAuthentication
extends com.sun.jersey.api.client.filter.ClientFilter
| Constructor and Description |
|---|
HTTPBasicAuthentication(String username,
String password) |
HTTPBasicAuthentication(String username,
String password,
String delegator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegator() |
String |
getUserName() |
String |
getUserPassword() |
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.ClientHandlerExceptionpublic String getUserName()
public String getUserPassword()
public String getDelegator()
Copyright © 2014. All Rights Reserved.