Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd.proxy |
Modifier and Type | Method and Description |
---|---|
private AuthenticationChallenge |
HttpClientConnector.getByName(java.util.List<AuthenticationChallenge> challenges,
java.lang.String name) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
HttpClientConnector.NegotiateAuthentication.extractToken(AuthenticationChallenge input) |
private static int |
HttpParser.parseChallenge(AuthenticationChallenge challenge,
java.lang.String header,
int from) |
Modifier and Type | Method and 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) |