Methods
| Modifier and Type |
Method and Description |
protected void |
configureRequest(Invocation.Builder builder)
Template method to allow subclasses to configure the request (adding headers for example).
|
protected void |
configureSecurityContext(ClientBuilder builder) |
protected Response |
delete(String uri,
String path) |
protected Response |
get(String uri,
String path) |
protected <T> T |
get(String uri,
String path,
Class<T> clazz) |
protected WebTarget |
getTarget(String uri,
String path) |
protected boolean |
isLoginRequest(String path) |
protected Response |
patch(String uri,
String path,
Entity entity) |
protected Response |
post(String uri,
String path,
Entity entity) |
protected Response |
post(String uri,
String path,
Object entity) |
protected Response |
put(String uri,
String path,
Entity entity) |
protected Response |
put(String uri,
String path,
Object entity) |