public static interface Authentication.Result
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-2019 Mort Bay Consulting. All Rights Reserved.