BasicAuthentication.BasicResultpublic static interface Authentication.Result
Authentication.Result holds the information needed to authenticate a Request via apply(org.eclipse.jetty.client.api.Request).| Modifier and Type | Method | Description |
|---|---|---|
void |
apply(Request request) |
Applies the authentication result to the given request.
|
java.net.URI |
getURI() |
java.net.URI getURI()
Authentication.Resultvoid 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.