| Package | Description |
|---|---|
| org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
| org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
| Modifier and Type | Method and Description |
|---|---|
Authentication.Result |
Authentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
org.eclipse.jetty.util.Attributes context)
Executes the authentication mechanism for the given request, returning a
Result that can be
used to actually authenticate the request via Result#apply(Request). |
| Modifier and Type | Method and Description |
|---|---|
Authentication.Result |
DigestAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
org.eclipse.jetty.util.Attributes context) |
Authentication.Result |
BasicAuthentication.authenticate(Request request,
ContentResponse response,
Authentication.HeaderInfo headerInfo,
org.eclipse.jetty.util.Attributes context) |
Copyright © 1995-2019 Webtide. All Rights Reserved.