Uses of Class
org.eclipse.jetty.client.api.Authentication.HeaderInfo
-
Packages that use Authentication.HeaderInfo Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classes -
-
Uses of Authentication.HeaderInfo in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return types with arguments of type Authentication.HeaderInfo Modifier and Type Method Description protected java.util.List<Authentication.HeaderInfo>
AuthenticationProtocolHandler. getHeaderInfo(java.lang.String header)
-
Uses of Authentication.HeaderInfo in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type Authentication.HeaderInfo Modifier and Type Method Description Authentication.Result
Authentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Executes the authentication mechanism for the given request, returning aAuthentication.Result
that can be used to actually authenticate the request viaAuthentication.Result.apply(Request)
. -
Uses of Authentication.HeaderInfo in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util with parameters of type Authentication.HeaderInfo Modifier and Type Method Description Authentication.Result
BasicAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
DigestAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
Authentication.Result
SPNEGOAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
-