Package de.quantummaid.httpmaid.cors
Class CorsConfigurators
- java.lang.Object
-
- de.quantummaid.httpmaid.cors.CorsConfigurators
-
public final class CorsConfigurators extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CorsConfiguratortoActivateCORSWithAllowedOrigins(String... hostNames)static CorsConfiguratortoActivateCORSWithoutValidatingTheOrigin()
-
-
-
Method Detail
-
toActivateCORSWithAllowedOrigins
public static CorsConfigurator toActivateCORSWithAllowedOrigins(String... hostNames)
-
toActivateCORSWithoutValidatingTheOrigin
public static CorsConfigurator toActivateCORSWithoutValidatingTheOrigin()
-
-