Uses of Interface
de.quantummaid.httpmaid.cors.policy.AllowedOrigins
-
Packages that use AllowedOrigins Package Description de.quantummaid.httpmaid.cors de.quantummaid.httpmaid.cors.policy -
-
Uses of AllowedOrigins in de.quantummaid.httpmaid.cors
Methods in de.quantummaid.httpmaid.cors with parameters of type AllowedOrigins Modifier and Type Method Description static CorsConfiguratorCorsConfigurator. corsConfigurator(AllowedOrigins allowedOrigins) -
Uses of AllowedOrigins in de.quantummaid.httpmaid.cors.policy
Methods in de.quantummaid.httpmaid.cors.policy with parameters of type AllowedOrigins Modifier and Type Method Description static ResourceSharingPolicyResourceSharingPolicy. resourceSharingPolicy(AllowedOrigins allowedOrigins, AllowedMethods allowedMethods, AllowedHeaders allowedHeaders, ExposedHeaders exposedHeaders, boolean supportsCredentials, MaxAge maxAge)
-