クラス CorsEndpointProperties

java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties

@ConfigurationProperties(prefix="management.endpoints.web.cors") public class CorsEndpointProperties extends ObjectSE
Web エンドポイントの CORS サポートの構成プロパティ。
導入:
2.0.0
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • CorsEndpointProperties

      public CorsEndpointProperties()
  • メソッドの詳細

    • getAllowedOrigins

      public ListSE<StringSE> getAllowedOrigins()
    • setAllowedOrigins

      public void setAllowedOrigins(ListSE<StringSE> allowedOrigins)
    • getAllowedOriginPatterns

      public ListSE<StringSE> getAllowedOriginPatterns()
    • setAllowedOriginPatterns

      public void setAllowedOriginPatterns(ListSE<StringSE> allowedOriginPatterns)
    • getAllowedMethods

      public ListSE<StringSE> getAllowedMethods()
    • setAllowedMethods

      public void setAllowedMethods(ListSE<StringSE> allowedMethods)
    • getAllowedHeaders

      public ListSE<StringSE> getAllowedHeaders()
    • setAllowedHeaders

      public void setAllowedHeaders(ListSE<StringSE> allowedHeaders)
    • getExposedHeaders

      public ListSE<StringSE> getExposedHeaders()
    • setExposedHeaders

      public void setExposedHeaders(ListSE<StringSE> exposedHeaders)
    • getAllowCredentials

      public BooleanSE getAllowCredentials()
    • setAllowCredentials

      public void setAllowCredentials(BooleanSE allowCredentials)
    • getMaxAge

      public DurationSE getMaxAge()
    • setMaxAge

      public void setMaxAge(DurationSE maxAge)
    • toCorsConfiguration

      public CorsConfiguration toCorsConfiguration()