@ConfigurationProperties(value="zuul") public class ZuulProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZuulProperties.Host |
static class |
ZuulProperties.HystrixSemaphore |
static class |
ZuulProperties.ZuulRoute |
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
SECURITY_HEADERS
Headers that are generally expected to be added by Spring Security, and hence often
duplicated if the proxy and the backend are secured with Spring.
|
| Constructor and Description |
|---|
ZuulProperties() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getIgnoredHeaders() |
String |
getServletPattern() |
void |
init() |
void |
setIgnoredHeaders(Set<String> ignoredHeaders) |
public static final List<String> SECURITY_HEADERS
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.