Uses of Class
org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
-
Packages that use HTTPAuthentication Package Description org.tmatesoft.svn.core.internal.io.dav.http -
-
Uses of HTTPAuthentication in org.tmatesoft.svn.core.internal.io.dav.http
Subclasses of HTTPAuthentication in org.tmatesoft.svn.core.internal.io.dav.http Modifier and Type Class Description class
DefaultHTTPNegotiateAuthentication
class
HTTPApacheNTLMAuthentication
(package private) class
HTTPBasicAuthentication
(package private) class
HTTPDigestAuthentication
class
HTTPNativeNTLMAuthentication
class
HTTPNegotiateAuthentication
Base class for negotiate authentication support.(package private) class
HTTPNTLMAuthentication
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as HTTPAuthentication Modifier and Type Field Description private HTTPAuthentication
HTTPConnection. myChallengeCredentials
private HTTPAuthentication
HTTPConnection. myProxyAuthentication
Methods in org.tmatesoft.svn.core.internal.io.dav.http that return HTTPAuthentication Modifier and Type Method Description static HTTPAuthentication
HTTPAuthentication. parseAuthParameters(java.util.Collection<java.lang.String> authHeaderValues, HTTPAuthentication prevResponse, java.lang.String charset, java.util.Collection<java.lang.String> authTypes, ISVNAuthenticationManager authManager, int requestID)
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type HTTPAuthentication Modifier and Type Method Description void
HTTPRequest. initCredentials(HTTPAuthentication authentication, java.lang.String method, java.lang.String path)
private boolean
HTTPConnection. isClearCredentialsOnClose(HTTPAuthentication auth)
static HTTPAuthentication
HTTPAuthentication. parseAuthParameters(java.util.Collection<java.lang.String> authHeaderValues, HTTPAuthentication prevResponse, java.lang.String charset, java.util.Collection<java.lang.String> authTypes, ISVNAuthenticationManager authManager, int requestID)
-