@ConfigurationProperties(value="proxy.auth") public class ProxyAuthenticationProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyAuthenticationProperties.Route
The route to the endpoint.
|
| Constructor and Description |
|---|
ProxyAuthenticationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProxyAuthenticationProperties.Route> |
getRoutes() |
void |
init() |
boolean |
isLoadBalanced() |
void |
setLoadBalanced(boolean loadBalanced) |
@PostConstruct public void init()
public Map<String,ProxyAuthenticationProperties.Route> getRoutes()
public boolean isLoadBalanced()
public void setLoadBalanced(boolean loadBalanced)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.