Uses of Interface
org.eclipse.jetty.client.Authentication.Result
Packages that use Authentication.Result
-
Uses of Authentication.Result in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Authentication.ResultModifier and TypeClassDescriptionstatic classBasic authentication result.static classMethods in org.eclipse.jetty.client that return Authentication.ResultModifier 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) AuthenticationStore.findAuthenticationResult(URI uri) Returns anAuthentication.Resultthat matches the given URI, or null if noAuthentication.Results match the given URI.Methods in org.eclipse.jetty.client with parameters of type Authentication.ResultModifier and TypeMethodDescriptionvoidAuthenticationStore.addAuthenticationResult(Authentication.Result result) Add theAuthentication.Resultto add.voidAuthenticationStore.removeAuthenticationResult(Authentication.Result result) Remove and Authentication Result