Skip navigation links
E G H K L P R S T 

E

edu.wisc.my.restproxy - package edu.wisc.my.restproxy
 
edu.wisc.my.restproxy.api - package edu.wisc.my.restproxy.api
 
edu.wisc.my.restproxy.config - package edu.wisc.my.restproxy.config
 
edu.wisc.my.restproxy.dao - package edu.wisc.my.restproxy.dao
 
edu.wisc.my.restproxy.service - package edu.wisc.my.restproxy.service
 
edu.wisc.my.restproxy.web - package edu.wisc.my.restproxy.web
 
equals(Object) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 

G

GenericRestLookupController - Class in edu.wisc.my.restproxy.api
Deprecated.
GenericRestLookupController() - Constructor for class edu.wisc.my.restproxy.api.GenericRestLookupController
Deprecated.
 
GenericRestLookupDao - Interface in edu.wisc.my.restproxy.dao
Deprecated.
see RestProxyDao instead
GenericRestLookupDaoImpl - Class in edu.wisc.my.restproxy.dao
 
GenericRestLookupDaoImpl() - Constructor for class edu.wisc.my.restproxy.dao.GenericRestLookupDaoImpl
 
GenericRestLookupService - Interface in edu.wisc.my.restproxy.service
Deprecated.
GenericRestLookupServiceImpl - Class in edu.wisc.my.restproxy.service
 
GenericRestLookupServiceImpl() - Constructor for class edu.wisc.my.restproxy.service.GenericRestLookupServiceImpl
 
getAttributes() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
getContactInfo(HttpServletRequest, HttpServletResponse, String) - Method in class edu.wisc.my.restproxy.api.GenericRestLookupController
Deprecated.
service to collect headers, get information, and return JSON
getHeaders(Environment, HttpServletRequest, String) - Static method in class edu.wisc.my.restproxy.KeyUtils
 
getHeaders() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
getHttpMethod() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
Defaults to HttpMethod.GET if not set explicitly.
getPassword() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
getProxyHeaders(Environment, String, HttpServletRequest) - Static method in class edu.wisc.my.restproxy.KeyUtils
Utility method for extracting the Proxy Headers for a request.
getResourceKey() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
getStuff(String, Map<String, String>) - Method in interface edu.wisc.my.restproxy.dao.GenericRestLookupDao
Deprecated.
Gets information not using authorization
getStuff(String, Map<String, String>) - Method in class edu.wisc.my.restproxy.dao.GenericRestLookupDaoImpl
 
getStuff(String, Map<String, String>) - Method in interface edu.wisc.my.restproxy.service.GenericRestLookupService
Deprecated.
Gets information from the provided key and attributes
getStuff(String, Map<String, String>) - Method in class edu.wisc.my.restproxy.service.GenericRestLookupServiceImpl
 
getStuffWithAuth(String, String, String, HttpMethod, Map<String, String>) - Method in interface edu.wisc.my.restproxy.dao.GenericRestLookupDao
Deprecated.
Gets information using basic auth
getStuffWithAuth(String, String, String, HttpMethod, Map<String, String>) - Method in class edu.wisc.my.restproxy.dao.GenericRestLookupDaoImpl
 
getUri() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
getUsername() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 

H

hashCode() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 

K

KeyUtils - Class in edu.wisc.my.restproxy
 

L

log - Variable in class edu.wisc.my.restproxy.api.GenericRestLookupController
Deprecated.
 
log - Variable in class edu.wisc.my.restproxy.dao.GenericRestLookupDaoImpl
 

P

proxyRequest(ProxyRequestContext) - Method in interface edu.wisc.my.restproxy.dao.RestProxyDao
 
proxyRequest(ProxyRequestContext) - Method in class edu.wisc.my.restproxy.dao.RestProxyDaoImpl
 
proxyRequest(String, HttpServletRequest) - Method in interface edu.wisc.my.restproxy.service.RestProxyService
 
proxyRequest(String, HttpServletRequest) - Method in class edu.wisc.my.restproxy.service.RestProxyServiceImpl
Inspects the Environment for necessary properties about the target API: Resource root URI Credentials Delegates to RestProxyDao.proxyRequest(ProxyRequestContext)
ProxyRequestContext - Class in edu.wisc.my.restproxy
Java Bean representing all of the context about a REST Request this library is proxying.
ProxyRequestContext(String) - Constructor for class edu.wisc.my.restproxy.ProxyRequestContext
 
proxyResource(HttpServletRequest, HttpServletResponse, String) - Method in class edu.wisc.my.restproxy.web.ResourceProxyController
 

R

ResourceProxyController - Class in edu.wisc.my.restproxy.web
RestController for proxying other REST resources.
ResourceProxyController() - Constructor for class edu.wisc.my.restproxy.web.ResourceProxyController
 
RestProxyConfiguration - Class in edu.wisc.my.restproxy.config
Configuration activating necessary REST proxy services.
RestProxyConfiguration() - Constructor for class edu.wisc.my.restproxy.config.RestProxyConfiguration
 
RestProxyDao - Interface in edu.wisc.my.restproxy.dao
Data access interface for talking with a REST API.
RestProxyDaoImpl - Class in edu.wisc.my.restproxy.dao
RestProxyDao implementation backed by a RestTemplate.
RestProxyDaoImpl() - Constructor for class edu.wisc.my.restproxy.dao.RestProxyDaoImpl
 
RestProxyService - Interface in edu.wisc.my.restproxy.service
Service interface for proxying a REST API.
RestProxyServiceImpl - Class in edu.wisc.my.restproxy.service
Concrete implementation of RestProxyService.
RestProxyServiceImpl() - Constructor for class edu.wisc.my.restproxy.service.RestProxyServiceImpl
 

S

setAttributes(Map<String, String>) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
setHeaders(Multimap<String, String>) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
setHttpMethod(HttpMethod) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
setPassword(byte[]) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
setUri(String) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
setUsername(String) - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 

T

toString() - Method in class edu.wisc.my.restproxy.ProxyRequestContext
 
E G H K L P R S T 
Skip navigation links

Copyright © 2015. All rights reserved.