Class CorsPreflightService

java.lang.Object
org.keycloak.services.resources.account.CorsPreflightService

public class CorsPreflightService extends Object
Created by st on 21/03/17.
  • Constructor Details

    • CorsPreflightService

      public CorsPreflightService(HttpRequest request)
  • Method Details

    • preflight

      @Path("{any:.*}") @OPTIONS public jakarta.ws.rs.core.Response preflight()
      CORS preflight
      Returns: