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 classPerforms HTTP basic authentication (plaintext username/password).private static classPerforms HTTP digest authentication.private static classprivate static classPerforms no user authentication.Fields in org.eclipse.jgit.transport declared as HttpAuthMethodMethods in org.eclipse.jgit.transport that return HttpAuthMethodModifier and TypeMethodDescriptionprivate HttpAuthMethodTransportHttp.authFromUri(URIish u) abstract HttpAuthMethodCreates a HttpAuthMethod instance configured with the provided HTTP WWW-Authenticate header.(package private) static HttpAuthMethodHttpAuthMethod.scanResponse(HttpConnection conn, Collection<HttpAuthMethod.Type> ignoreTypes) Handle an authentication failure and possibly return a new response.