Class HTTPNegotiateAuthentication
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
org.tmatesoft.svn.core.internal.io.dav.http.HTTPNegotiateAuthentication
- Direct Known Subclasses:
DefaultHTTPNegotiateAuthentication
Base class for negotiate authentication support. May be extended by local implementations using native GSS
implementations or delegated credentials.
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
abstract boolean
abstract boolean
abstract void
Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
authenticate, clear, clear, getASCIIBytes, getBytes, getBytes, getChallengeParameter, getChallengeParameters, getPassword, getRawUserName, getUserName, isSchemeSupportedByServer, parseAuthParameters, setChallengeParameter, setCredentials, setPassword, setUserName
-
Constructor Details
-
HTTPNegotiateAuthentication
protected HTTPNegotiateAuthentication()
-
-
Method Details
-
getAuthenticationScheme
- Specified by:
getAuthenticationScheme
in classHTTPAuthentication
-
getServerPrincipalName
-
respondTo
-
isStarted
public abstract boolean isStarted() -
needsLogin
public abstract boolean needsLogin()
-