public class WindowsNegotiateScheme extends AuthSchemeBase
This will delegate negotiation to the windows machine.
EXPERIMENTAL
challengeState| Constructor and Description |
|---|
WindowsNegotiateScheme(String scheme,
String servicePrincipalName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.Header |
authenticate(Credentials credentials,
org.apache.http.HttpRequest request)
Deprecated.
|
org.apache.http.Header |
authenticate(Credentials credentials,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
void |
dispose() |
void |
finalize() |
String |
getParameter(String name) |
String |
getRealm() |
String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
protected void |
parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int beginIndex,
int endIndex) |
getChallengeState, isProxy, processChallenge, toStringpublic void dispose()
public void finalize()
throws Throwable
public String getSchemeName()
public String getRealm()
public boolean isConnectionBased()
protected void parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int beginIndex,
int endIndex)
throws MalformedChallengeException
parseChallenge in class AuthSchemeBaseMalformedChallengeExceptionpublic org.apache.http.Header authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws AuthenticationException
authenticate in interface ContextAwareAuthSchemeauthenticate in class AuthSchemeBaseAuthenticationExceptionpublic boolean isComplete()
@Deprecated public org.apache.http.Header authenticate(Credentials credentials, org.apache.http.HttpRequest request) throws AuthenticationException
authenticate(Credentials, HttpRequest, HttpContext)AuthenticationExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.