Uses of Class
org.eclipse.jgit.transport.HttpAuthMethod.Type
-
Packages that use HttpAuthMethod.Type Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of HttpAuthMethod.Type in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpAuthMethod.Type Modifier and Type Field Description protected HttpAuthMethod.Type
HttpAuthMethod. type
Methods in org.eclipse.jgit.transport that return HttpAuthMethod.Type Modifier and Type Method Description HttpAuthMethod.Type
HttpAuthMethod. getType()
Gives the method type associated to this http auth methodstatic HttpAuthMethod.Type
HttpAuthMethod.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpAuthMethod.Type[]
HttpAuthMethod.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.eclipse.jgit.transport with type arguments of type HttpAuthMethod.Type Modifier and Type Method Description (package private) static HttpAuthMethod
HttpAuthMethod. scanResponse(HttpConnection conn, java.util.Collection<HttpAuthMethod.Type> ignoreTypes)
Handle an authentication failure and possibly return a new response.Constructors in org.eclipse.jgit.transport with parameters of type HttpAuthMethod.Type Constructor Description HttpAuthMethod(HttpAuthMethod.Type type)
Constructor for HttpAuthMethod.
-