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 AuthenticationChallenge Modifier and Type Method Description private AuthenticationChallenge
HttpClientConnector. getByName(java.util.List<AuthenticationChallenge> challenges, java.lang.String name)
Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return types with arguments of type AuthenticationChallenge Modifier and Type Method Description static java.util.List<AuthenticationChallenge>
HttpParser. getAuthenticationHeaders(java.util.List<java.lang.String> reply, java.lang.String authenticationHeader)
Extract the authentication headers from the header lines.Methods in org.eclipse.jgit.internal.transport.sshd.proxy with parameters of type AuthenticationChallenge Modifier and Type Method Description protected byte[]
HttpClientConnector.NegotiateAuthentication. extractToken(AuthenticationChallenge input)
private static int
HttpParser. parseChallenge(AuthenticationChallenge challenge, java.lang.String header, int from)
Method parameters in org.eclipse.jgit.internal.transport.sshd.proxy with type arguments of type AuthenticationChallenge Modifier and Type Method Description private AuthenticationChallenge
HttpClientConnector. getByName(java.util.List<AuthenticationChallenge> challenges, java.lang.String name)
private static void
HttpParser. parseChallenges(java.util.List<AuthenticationChallenge> challenges, java.lang.String header)
private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. selectProtocol(java.util.List<AuthenticationChallenge> challenges, HttpClientConnector.HttpAuthenticationHandler current)
-