Java Bean representing all of the context about a REST Request this library is proxying.
| Type | Name and description |
|---|---|
java.util.Map<java.lang.String, java.lang.String> |
attributes |
ProxyAuthMethod |
authMethod |
com.google.common.collect.Multimap<java.lang.String, java.lang.String> |
headers |
org.springframework.http.HttpMethod |
httpMethod |
JWTDetails |
jwtDetails |
java.lang.String |
password |
RequestBody |
requestBody |
java.lang.String |
resourceKey |
java.lang.String |
uri |
java.lang.String |
username |
| Constructor and description |
|---|
ProxyRequestContext
(java.lang.String resourceKey)@param resourceKey required |
| Type | Name and description |
|---|---|
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation