public class DefaultCrossSiteConstraintContext extends Object implements CrossSiteConstraintContext
| Constructor and Description |
|---|
DefaultCrossSiteConstraintContext(String allowOrigin,
String allowMethods,
String allowHeaders,
Integer maximumAge) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowHeaders() |
String |
getAllowMethods() |
String |
getAllowOrigin() |
Integer |
getMaximumAge() |
String |
toString() |
public String getAllowOrigin()
getAllowOrigin in interface CrossSiteConstraintContextpublic String getAllowMethods()
getAllowMethods in interface CrossSiteConstraintContextpublic String getAllowHeaders()
getAllowHeaders in interface CrossSiteConstraintContextpublic Integer getMaximumAge()
getMaximumAge in interface CrossSiteConstraintContextCopyright © 2014–2016. All rights reserved.