|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationProvider
Authentication provider interface.
Method Summary | |
---|---|
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. |
void |
putResponseHeaders(String url,
int statusCode,
Map<String,List<String>> headers)
Receives the HTTP headers after a call. |
Method Detail |
---|
Map<String,List<String>> getHTTPHeaders(String url)
url
- the URL of the HTTP call
null
if no additional headers
should be setElement getSOAPHeaders(Object portObject)
portObject
- the port object
null
if no additional headers
should be setvoid putResponseHeaders(String url, int statusCode, Map<String,List<String>> headers)
url
- the URLstatusCode
- the status codeheaders
- the HTTP headers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |