public interface AuthenticationProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
HostnameVerifier |
getHostnameVerifier()
Returns the Hostname Verifier for HTTPS connections.
|
Map<String,List<String>> |
getHTTPHeaders(String url)
Returns a set of HTTP headers (key-value pairs) that should be added to a
HTTP call.
|
Element |
getSOAPHeaders(Object portObject)
Returns a SOAP header that should be added to a Web Services call.
|
SSLSocketFactory |
getSSLSocketFactory()
Returns the SSL Socket Factory to be used when creating sockets for HTTPS
connections.
|
void |
putResponseHeaders(String url,
int statusCode,
Map<String,List<String>> headers)
Receives the HTTP headers after a call.
|
Map<String,List<String>> getHTTPHeaders(String url)
url
- the URL of the HTTP callnull
if no additional headers
should be setElement getSOAPHeaders(Object portObject)
portObject
- the port objectnull
if no additional headers
should be setSSLSocketFactory getSSLSocketFactory()
SSLSocketFactory
or null
HostnameVerifier getHostnameVerifier()
HostnameVerifier
or null
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.