public class CORSRule extends Object implements Serializable
| Constructor and Description |
|---|
CORSRule() |
CORSRule(String id,
List<AllowedMethods> allowedMethods,
List<String> allowedOrigins,
int maxAgeSeconds,
List<String> exposedHeaders,
List<String> allowedHeaders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAllowedHeaders() |
List<AllowedMethods> |
getAllowedMethods() |
List<String> |
getAllowedOrigins() |
List<String> |
getExposedHeaders() |
String |
getId() |
int |
getMaxAgeSeconds() |
int |
hashCode() |
public String getId()
public List<AllowedMethods> getAllowedMethods()
public List<String> getAllowedOrigins()
public int getMaxAgeSeconds()
public List<String> getAllowedHeaders()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.