Package org.bremersee.web
Class CorsProperties.CorsConfiguration
- java.lang.Object
-
- org.bremersee.web.CorsProperties.CorsConfiguration
-
- Enclosing class:
- CorsProperties
@Validated public static class CorsProperties.CorsConfiguration extends Object
The cors configuration.
-
-
Constructor Summary
Constructors Constructor Description CorsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotEmpty List<String>
getAllowedHeaders()
Gets allowed headers.@NotEmpty List<String>
getAllowedMethods()
Gets allowed methods.@NotEmpty List<String>
getAllowedOrigins()
Gets allowed origins.
-