Uses of Class
org.eclipse.jgit.transport.HttpAuthMethod
-
Packages that use HttpAuthMethod Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of HttpAuthMethod in org.eclipse.jgit.transport
Subclasses of HttpAuthMethod in org.eclipse.jgit.transport Modifier and Type Class Description private static classHttpAuthMethod.BasicPerforms HTTP basic authentication (plaintext username/password).private static classHttpAuthMethod.DigestPerforms HTTP digest authentication.private static classHttpAuthMethod.Negotiateprivate static classHttpAuthMethod.NonePerforms no user authentication.Fields in org.eclipse.jgit.transport declared as HttpAuthMethod Modifier and Type Field Description private HttpAuthMethodTransportHttp. authMethodMethods in org.eclipse.jgit.transport that return HttpAuthMethod Modifier and Type Method Description private HttpAuthMethodTransportHttp. authFromUri(URIish u)abstract HttpAuthMethodHttpAuthMethod.Type. method(java.lang.String hdr)Creates a HttpAuthMethod instance configured with the provided HTTP WWW-Authenticate header.(package private) static HttpAuthMethodHttpAuthMethod. scanResponse(HttpConnection conn, java.util.Collection<HttpAuthMethod.Type> ignoreTypes)Handle an authentication failure and possibly return a new response.
-