Uses of Class
org.eclipse.jetty.client.Authentication.HeaderInfo
Packages that use Authentication.HeaderInfo
-
Uses of Authentication.HeaderInfo in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return types with arguments of type Authentication.HeaderInfoModifier and TypeMethodDescriptionprotected List<Authentication.HeaderInfo> AuthenticationProtocolHandler.getHeaderInfo(String header) Methods in org.eclipse.jetty.client with parameters of type Authentication.HeaderInfoModifier and TypeMethodDescriptionAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) Executes the authentication mechanism for the given request, returning aAuthentication.Resultthat can be used to actually authenticate the request viaAuthentication.Result.apply(Request).BasicAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) DigestAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context) SPNEGOAuthentication.authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)