Uses of Enum Class
org.eclipse.jgit.transport.HttpAuthMethod.Type
Packages that use HttpAuthMethod.Type
-
Uses of HttpAuthMethod.Type in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpAuthMethod.TypeMethods in org.eclipse.jgit.transport that return HttpAuthMethod.TypeModifier and TypeMethodDescriptionHttpAuthMethod.getType()
Gives the method type associated to this http auth methodstatic HttpAuthMethod.Type
Returns the enum constant of this class with the specified name.static HttpAuthMethod.Type[]
HttpAuthMethod.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.eclipse.jgit.transport with type arguments of type HttpAuthMethod.TypeModifier and TypeMethodDescription(package private) static HttpAuthMethod
HttpAuthMethod.scanResponse
(HttpConnection conn, 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.TypeModifierConstructorDescriptionprotected
Constructor for HttpAuthMethod.