@ConfigurationProperties(value="pythagoras.cors") public class CorsProperties extends Object
| Constructor and Description |
|---|
CorsProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowCredentials() |
String |
getAllowHeaders() |
String |
getAllowMethods() |
String |
getAllowOrigin() |
String |
getMaxAge() |
void |
setAllowCredentials(String allowCredentials) |
void |
setAllowHeaders(String allowHeaders) |
void |
setAllowMethods(String allowMethods) |
void |
setAllowOrigin(String allowOrigin) |
void |
setMaxAge(String maxAge) |
public String getAllowOrigin()
public void setAllowOrigin(String allowOrigin)
public String getAllowMethods()
public void setAllowMethods(String allowMethods)
public String getMaxAge()
public void setMaxAge(String maxAge)
public String getAllowHeaders()
public void setAllowHeaders(String allowHeaders)
public String getAllowCredentials()
public void setAllowCredentials(String allowCredentials)
Copyright © 2018. All rights reserved.