Annotation Interface CORS
Defines
CrossOriginSharingPolicy default policy for all annotated
types or packages.- Author:
- cdivilly
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]The set of Web Origins that are permitted to access this resource
-
Element Details
-
value
CrossOriginSharingPolicy value- Returns:
CrossOriginSharingPolicyinstance
- Default:
- ALLOW
-
allowedOrigins
String[] allowedOriginsThe set of Web Origins that are permitted to access this resource- Returns:
- Array of Web Origins
- Default:
- {}
-