public class HTTPSSLScheme extends Object implements org.apache.commons.httpclient.auth.AuthScheme
| Modifier and Type | Field and Description |
|---|---|
static HTTPSSLScheme |
Default |
| Constructor and Description |
|---|
HTTPSSLScheme() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(org.apache.commons.httpclient.Credentials credentials,
org.apache.commons.httpclient.HttpMethod httpMethod) |
String |
authenticate(org.apache.commons.httpclient.Credentials credentials,
String url,
String url1)
Deprecated.
|
String |
getID()
Deprecated.
|
String |
getParameter(String key) |
String |
getRealm() |
String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
void |
processChallenge(String url) |
public static final HTTPSSLScheme Default
public String getSchemeName()
getSchemeName in interface org.apache.commons.httpclient.auth.AuthSchemepublic void processChallenge(String url) throws org.apache.commons.httpclient.auth.MalformedChallengeException
processChallenge in interface org.apache.commons.httpclient.auth.AuthSchemeorg.apache.commons.httpclient.auth.MalformedChallengeExceptionpublic String getParameter(String key)
getParameter in interface org.apache.commons.httpclient.auth.AuthSchemepublic String getRealm()
getRealm in interface org.apache.commons.httpclient.auth.AuthScheme@Deprecated public String getID()
getID in interface org.apache.commons.httpclient.auth.AuthSchemepublic boolean isConnectionBased()
isConnectionBased in interface org.apache.commons.httpclient.auth.AuthSchemepublic boolean isComplete()
isComplete in interface org.apache.commons.httpclient.auth.AuthScheme@Deprecated public String authenticate(org.apache.commons.httpclient.Credentials credentials, String url, String url1) throws org.apache.commons.httpclient.auth.AuthenticationException
authenticate in interface org.apache.commons.httpclient.auth.AuthSchemeorg.apache.commons.httpclient.auth.AuthenticationExceptionpublic String authenticate(org.apache.commons.httpclient.Credentials credentials, org.apache.commons.httpclient.HttpMethod httpMethod) throws org.apache.commons.httpclient.auth.AuthenticationException
authenticate in interface org.apache.commons.httpclient.auth.AuthSchemeorg.apache.commons.httpclient.auth.AuthenticationExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.