Uses of Class
org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
-
Packages that use AuthenticationChallenge Package Description org.eclipse.jgit.internal.transport.sshd.proxy -
-
Uses of AuthenticationChallenge in org.eclipse.jgit.internal.transport.sshd.proxy
Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return types with arguments of type AuthenticationChallenge Modifier and Type Method Description static List<AuthenticationChallenge>HttpParser. getAuthenticationHeaders(List<String> reply, String authenticationHeader)Extract the authentication headers from the header lines.
-