public static interface Authentication.Result
Result holds the information needed to authenticate a Request via apply(org.eclipse.jetty.client.api.Request).| Modifier and Type | Method and Description |
|---|---|
void |
apply(Request request)
Applies the authentication result to the given request.
|
URI |
getURI() |
void apply(Request request)
Authorization header is added to the request, with the right information to
successfully authenticate at the server.request - the request to authenticateCopyright © 1995–2017 Webtide. All rights reserved.