public abstract class HTTPNegotiateAuthentication extends HTTPAuthentication
Modifier | Constructor and Description |
---|---|
protected |
HTTPNegotiateAuthentication() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthenticationScheme() |
protected java.lang.String |
getServerPrincipalName() |
abstract boolean |
isStarted() |
abstract boolean |
needsLogin() |
abstract void |
respondTo(java.lang.String challenge) |
authenticate, clear, clear, getASCIIBytes, getBytes, getBytes, getChallengeParameter, getChallengeParameters, getPassword, getRawUserName, getUserName, isSchemeSupportedByServer, parseAuthParameters, setChallengeParameter, setCredentials, setPassword, setUserName
public java.lang.String getAuthenticationScheme()
getAuthenticationScheme
in class HTTPAuthentication
protected java.lang.String getServerPrincipalName()
public abstract void respondTo(java.lang.String challenge)
public abstract boolean isStarted()
public abstract boolean needsLogin()