Uses of Interface
org.eclipse.jgit.internal.transport.sshd.proxy.HttpClientConnector.HttpAuthenticationHandler
-
Packages that use HttpClientConnector.HttpAuthenticationHandler Package Description org.eclipse.jgit.internal.transport.sshd.proxy -
-
Uses of HttpClientConnector.HttpAuthenticationHandler in org.eclipse.jgit.internal.transport.sshd.proxy
Classes in org.eclipse.jgit.internal.transport.sshd.proxy that implement HttpClientConnector.HttpAuthenticationHandler Modifier and Type Class Description private class
HttpClientConnector.HttpBasicAuthentication
private class
HttpClientConnector.NegotiateAuthentication
Fields in org.eclipse.jgit.internal.transport.sshd.proxy declared as HttpClientConnector.HttpAuthenticationHandler Modifier and Type Field Description private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. authenticator
private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. basic
private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. negotiate
Fields in org.eclipse.jgit.internal.transport.sshd.proxy with type parameters of type HttpClientConnector.HttpAuthenticationHandler Modifier and Type Field Description private java.util.List<HttpClientConnector.HttpAuthenticationHandler>
HttpClientConnector. availableAuthentications
private java.util.Iterator<HttpClientConnector.HttpAuthenticationHandler>
HttpClientConnector. clientAuthentications
Methods in org.eclipse.jgit.internal.transport.sshd.proxy that return HttpClientConnector.HttpAuthenticationHandler Modifier and Type Method Description private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. selectProtocol(java.util.List<AuthenticationChallenge> challenges, HttpClientConnector.HttpAuthenticationHandler current)
Methods in org.eclipse.jgit.internal.transport.sshd.proxy with parameters of type HttpClientConnector.HttpAuthenticationHandler Modifier and Type Method Description private HttpClientConnector.HttpAuthenticationHandler
HttpClientConnector. selectProtocol(java.util.List<AuthenticationChallenge> challenges, HttpClientConnector.HttpAuthenticationHandler current)
-