Uses of Interface
org.eclipse.jetty.client.Authentication.Result
-
Uses of Authentication.Result in org.eclipse.jetty.client
Modifier and TypeClassDescriptionstatic class
Basic authentication result.static class
Modifier and TypeMethodDescriptionAuthentication.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 viaapply(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.Result
that matches the given URI, or null if noAuthentication.Result
s match the given URI.Modifier and TypeMethodDescriptionvoid
AuthenticationStore.addAuthenticationResult
(Authentication.Result result) Add theAuthentication.Result
to add.void
AuthenticationStore.removeAuthenticationResult
(Authentication.Result result) Remove and Authentication Result -
Uses of Authentication.Result in org.eclipse.jetty.client.internal
Modifier and TypeMethodDescriptionvoid
HttpAuthenticationStore.addAuthenticationResult
(Authentication.Result result) void
HttpAuthenticationStore.removeAuthenticationResult
(Authentication.Result result)