RestProxyDao instead@Deprecated public interface GenericRestLookupDao
| Modifier and Type | Method and Description |
|---|---|
Object |
getStuff(String uri,
Map<String,String> attributes)
Deprecated.
Gets information not using authorization
|
Object |
getStuffWithAuth(String uri,
String username,
String password,
org.springframework.http.HttpMethod method,
Map<String,String> attributes)
Deprecated.
Gets information using basic auth
|
Object getStuffWithAuth(String uri, String username, String password, org.springframework.http.HttpMethod method, Map<String,String> attributes)
uri - the URL to get the datausername - The username of the authorized userpassword - the password of the authorized usermethod - the method (POST/GET/etc...)attributes - a key/val map of attributes to utilize in substitution in the URI {var} variablesObject getStuff(String uri, Map<String,String> attributes)
uri - the URL to get the dataattributes - a key/val map of attributes to utilize in substitution in the URI {var} variablesCopyright © 2015. All rights reserved.