HttpMethod<R> |
HttpMethod.authorizationBearer(String bearer) |
HttpMethod<R> |
HttpMethodAuthenticator.client() |
<R> HttpMethod<R> |
Http.delete(String path) |
HttpMethod<R> |
HttpMethod.form() |
<R> HttpMethod<R> |
Http.get(String path) |
HttpMethod<R> |
HttpMethod.json(byte[] entity) |
HttpMethod<R> |
HttpMethodAuthenticator.oauth2ResourceOwnerPassword(String userName,
String password) |
HttpMethod<R> |
HttpMethod.param(String name,
String value) |
HttpMethod<R> |
HttpMethod.params(String name,
String value) |
<R> HttpMethod<R> |
Http.post(String path) |
<R> HttpMethod<R> |
Http.put(String path) |
HttpMethod<R> |
HttpMethodAuthenticator.uma() |
HttpMethod<R> |
HttpMethodAuthenticator.uma(AuthorizationRequest request) |