Class SecurityConfigProperties.CorsProperties

java.lang.Object
com.aquima.web.config.properties.SecurityConfigProperties.CorsProperties
Enclosing class:
SecurityConfigProperties

public static class SecurityConfigProperties.CorsProperties extends Object
  • Constructor Details Link icon

    • CorsProperties Link icon

      public CorsProperties()
  • Method Details Link icon

    • isEnabled Link icon

      public boolean isEnabled()
    • setEnabled Link icon

      public void setEnabled(boolean enabled)
    • getAllowedOrigins Link icon

      public List<String> getAllowedOrigins()
    • setAllowedOrigins Link icon

      public void setAllowedOrigins(List<String> allowedOrigins)
    • getAllowedMethods Link icon

      public List<String> getAllowedMethods()
    • setAllowedMethods Link icon

      public void setAllowedMethods(List<String> allowedMethods)
    • getAllowedHeaders Link icon

      public List<String> getAllowedHeaders()
    • setAllowedHeaders Link icon

      public void setAllowedHeaders(List<String> allowedHeaders)