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 AuthenticationChallengeHttpClientConnector. 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 intHttpParser. 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 AuthenticationChallengeHttpClientConnector. getByName(java.util.List<AuthenticationChallenge> challenges, java.lang.String name)private static voidHttpParser. parseChallenges(java.util.List<AuthenticationChallenge> challenges, java.lang.String header)private HttpClientConnector.HttpAuthenticationHandlerHttpClientConnector. selectProtocol(java.util.List<AuthenticationChallenge> challenges, HttpClientConnector.HttpAuthenticationHandler current)
-