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 classDefaultHTTPNegotiateAuthenticationclassHTTPApacheNTLMAuthentication(package private) classHTTPBasicAuthentication(package private) classHTTPDigestAuthenticationclassHTTPNativeNTLMAuthenticationclassHTTPNegotiateAuthenticationBase class for negotiate authentication support.(package private) classHTTPNTLMAuthenticationFields in org.tmatesoft.svn.core.internal.io.dav.http declared as HTTPAuthentication Modifier and Type Field Description private HTTPAuthenticationHTTPConnection. myChallengeCredentialsprivate HTTPAuthenticationHTTPConnection. myProxyAuthenticationMethods in org.tmatesoft.svn.core.internal.io.dav.http that return HTTPAuthentication Modifier and Type Method Description static HTTPAuthenticationHTTPAuthentication. 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 voidHTTPRequest. initCredentials(HTTPAuthentication authentication, java.lang.String method, java.lang.String path)private booleanHTTPConnection. isClearCredentialsOnClose(HTTPAuthentication auth)static HTTPAuthenticationHTTPAuthentication. 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)
-