Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav.http |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private HTTPAuthentication |
HTTPConnection.myChallengeCredentials |
private HTTPAuthentication |
HTTPConnection.myProxyAuthentication |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |