public class HTTPSSLScheme
extends java.lang.Object
implements org.apache.http.auth.AuthScheme
| Modifier and Type | Field and Description |
|---|---|
static HTTPSSLScheme |
Default |
| Constructor and Description |
|---|
HTTPSSLScheme() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request)
Deprecated.
|
java.lang.String |
getParameter(java.lang.String key) |
java.lang.String |
getRealm() |
java.lang.String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
void |
processChallenge(org.apache.http.Header header) |
public static final HTTPSSLScheme Default
public java.lang.String getSchemeName()
getSchemeName in interface org.apache.http.auth.AuthSchemepublic void processChallenge(org.apache.http.Header header)
throws org.apache.http.auth.MalformedChallengeException
processChallenge in interface org.apache.http.auth.AuthSchemeorg.apache.http.auth.MalformedChallengeExceptionpublic java.lang.String getParameter(java.lang.String key)
getParameter in interface org.apache.http.auth.AuthSchemepublic java.lang.String getRealm()
getRealm in interface org.apache.http.auth.AuthSchemepublic boolean isConnectionBased()
isConnectionBased in interface org.apache.http.auth.AuthSchemepublic boolean isComplete()
isComplete in interface org.apache.http.auth.AuthScheme@Deprecated
public org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request)
throws org.apache.http.auth.AuthenticationException
authenticate in interface org.apache.http.auth.AuthSchemeorg.apache.http.auth.AuthenticationException