Uses of Class
org.eclipse.jgit.transport.HttpAuthMethod
Packages that use HttpAuthMethod
-
Uses of HttpAuthMethod in org.eclipse.jgit.transport
Subclasses of HttpAuthMethod in org.eclipse.jgit.transportModifier and TypeClassDescriptionprivate static class
Performs HTTP basic authentication (plaintext username/password).private static class
Performs HTTP digest authentication.private static class
private static class
Performs no user authentication.Fields in org.eclipse.jgit.transport declared as HttpAuthMethodMethods in org.eclipse.jgit.transport that return HttpAuthMethodModifier and TypeMethodDescriptionprivate HttpAuthMethod
TransportHttp.authFromUri
(URIish u) abstract HttpAuthMethod
Creates a HttpAuthMethod instance configured with the provided HTTP WWW-Authenticate header.(package private) static HttpAuthMethod
HttpAuthMethod.scanResponse
(HttpConnection conn, Collection<HttpAuthMethod.Type> ignoreTypes) Handle an authentication failure and possibly return a new response.