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 class
HttpAuthMethod.Basic
Performs HTTP basic authentication (plaintext username/password).private static class
HttpAuthMethod.Digest
Performs HTTP digest authentication.private static class
HttpAuthMethod.Negotiate
private static class
HttpAuthMethod.None
Performs no user authentication.Fields in org.eclipse.jgit.transport declared as HttpAuthMethod Modifier and Type Field Description private HttpAuthMethod
TransportHttp. authMethod
Methods in org.eclipse.jgit.transport that return HttpAuthMethod Modifier and Type Method Description abstract HttpAuthMethod
HttpAuthMethod.Type. method(java.lang.String hdr)
Creates a HttpAuthMethod instance configured with the provided HTTP WWW-Authenticate header.(package private) static HttpAuthMethod
HttpAuthMethod. scanResponse(HttpConnection conn, java.util.Collection<HttpAuthMethod.Type> ignoreTypes)
Handle an authentication failure and possibly return a new response.
-