Uses of Class
de.quantummaid.httpmaid.cors.policy.ResourceSharingPolicy
-
Packages that use ResourceSharingPolicy Package Description de.quantummaid.httpmaid.cors de.quantummaid.httpmaid.cors.policy -
-
Uses of ResourceSharingPolicy in de.quantummaid.httpmaid.cors
Methods in de.quantummaid.httpmaid.cors with parameters of type ResourceSharingPolicy Modifier and Type Method Description static ProcessorPreflightRequestProcessor. preflightRequestProcessor(ResourceSharingPolicy resourceSharingPolicy)voidCorsModule. setResourceSharingPolicy(ResourceSharingPolicy resourceSharingPolicy)static ProcessorSimpleCrossOriginRequestProcessor. simpleCrossOriginRequestProcessor(ResourceSharingPolicy resourceSharingPolicy) -
Uses of ResourceSharingPolicy in de.quantummaid.httpmaid.cors.policy
Methods in de.quantummaid.httpmaid.cors.policy that return ResourceSharingPolicy Modifier and Type Method Description static ResourceSharingPolicyResourceSharingPolicy. resourceSharingPolicy(AllowedOrigins allowedOrigins, AllowedMethods allowedMethods, AllowedHeaders allowedHeaders, ExposedHeaders exposedHeaders, boolean supportsCredentials, MaxAge maxAge)
-