public class DavMailNTLMScheme
extends org.apache.http.impl.auth.AuthSchemeBase
Constructor and Description |
---|
DavMailNTLMScheme() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request) |
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext httpContext) |
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) |
protected void parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int beginIndex, int endIndex) throws org.apache.http.auth.MalformedChallengeException
parseChallenge
in class org.apache.http.impl.auth.AuthSchemeBase
org.apache.http.auth.MalformedChallengeException
public String getSchemeName()
public String getRealm()
public boolean isConnectionBased()
public boolean isComplete()
public org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext httpContext) throws org.apache.http.auth.AuthenticationException
authenticate
in interface org.apache.http.auth.ContextAwareAuthScheme
authenticate
in class org.apache.http.impl.auth.AuthSchemeBase
org.apache.http.auth.AuthenticationException
public org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials, org.apache.http.HttpRequest request) throws org.apache.http.auth.AuthenticationException
org.apache.http.auth.AuthenticationException
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.