Uses of Interface
org.eclipse.jetty.client.api.Authentication.Result
-
Packages that use Authentication.Result 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.Result in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Authentication.Result Modifier and Type Field Description private Authentication.ResultAuthenticationProtocolHandler.AfterAuthenticationListener. authenticationResultFields in org.eclipse.jetty.client with type parameters of type Authentication.Result Modifier and Type Field Description private java.util.Map<java.net.URI,Authentication.Result>HttpAuthenticationStore. resultsMethods in org.eclipse.jetty.client that return Authentication.Result Modifier and Type Method Description Authentication.ResultHttpAuthenticationStore. findAuthenticationResult(java.net.URI uri)Methods in org.eclipse.jetty.client with parameters of type Authentication.Result Modifier and Type Method Description voidHttpAuthenticationStore. addAuthenticationResult(Authentication.Result result)voidHttpAuthenticationStore. removeAuthenticationResult(Authentication.Result result)Constructors in org.eclipse.jetty.client with parameters of type Authentication.Result Constructor Description AfterAuthenticationListener(Authentication.Result authenticationResult) -
Uses of Authentication.Result in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return Authentication.Result Modifier and Type Method Description Authentication.ResultAuthentication. 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 viaapply(Request).Authentication.ResultAuthenticationStore. findAuthenticationResult(java.net.URI uri)Returns anAuthentication.Resultthat matches the given URI, or null if noAuthentication.Results match the given URI.Methods in org.eclipse.jetty.client.api with parameters of type Authentication.Result Modifier and Type Method Description voidAuthenticationStore. addAuthenticationResult(Authentication.Result result)voidAuthenticationStore. removeAuthenticationResult(Authentication.Result result) -
Uses of Authentication.Result in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Authentication.Result Modifier and Type Class Description static classBasicAuthentication.BasicResultBasic authentication result.private classDigestAuthentication.DigestResultstatic classSPNEGOAuthentication.SPNEGOResultMethods in org.eclipse.jetty.client.util that return Authentication.Result Modifier and Type Method Description Authentication.ResultBasicAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)Authentication.ResultDigestAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)Authentication.ResultSPNEGOAuthentication. authenticate(Request request, ContentResponse response, Authentication.HeaderInfo headerInfo, Attributes context)
-