Package org.forgerock.http.filter.cors
Support for CORS.
-
Interface Summary Interface Description CorsPolicyProvider ACorsPolicyProvider
allows theCorsFilter
to lookup its configuration at runtime, also based on contextual information. -
Class Summary Class Description CorsFilter This filters implements the resource processing of the CORS protocol.CorsPolicy The CORS policy is responsible to handle both actual and preflight CORS requests and set the appropriate set of response headers based on its own configuration.CorsPolicy.Builder Builder forCorsPolicy
instances.