Uses of Class
org.eclipse.jgit.internal.transport.sshd.proxy.AuthenticationChallenge
Packages that use AuthenticationChallenge
-
Uses of AuthenticationChallenge in org.eclipse.jgit.internal.transport.sshd.proxy
Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return AuthenticationChallengeModifier and TypeMethodDescriptionprivate AuthenticationChallengeHttpClientConnector.getByName(List<AuthenticationChallenge> challenges, String name) Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return types with arguments of type AuthenticationChallengeModifier and TypeMethodDescriptionstatic List<AuthenticationChallenge>HttpParser.getAuthenticationHeaders(List<String> reply, String authenticationHeader) Extract the authentication headers from the header lines.Methods in org.eclipse.jgit.internal.transport.sshd.proxy with parameters of type AuthenticationChallengeModifier and TypeMethodDescriptionprotected byte[]HttpClientConnector.NegotiateAuthentication.extractToken(AuthenticationChallenge input) private static intHttpParser.parseChallenge(AuthenticationChallenge challenge, String header, int from) Method parameters in org.eclipse.jgit.internal.transport.sshd.proxy with type arguments of type AuthenticationChallengeModifier and TypeMethodDescriptionprivate AuthenticationChallengeHttpClientConnector.getByName(List<AuthenticationChallenge> challenges, String name) private static voidHttpParser.parseChallenges(List<AuthenticationChallenge> challenges, String header) HttpClientConnector.selectProtocol(List<AuthenticationChallenge> challenges, HttpClientConnector.HttpAuthenticationHandler current)