Class StaticServerHttpHeadersWriter

java.lang.Object
org.springframework.security.web.server.header.StaticServerHttpHeadersWriter
All Implemented Interfaces:
ServerHttpHeadersWriter

public class StaticServerHttpHeadersWriter extends Object implements ServerHttpHeadersWriter
Allows specifying HttpHeaders that should be written to the response.
Since:
5.0
  • Constructor Details

    • StaticServerHttpHeadersWriter

      public StaticServerHttpHeadersWriter(org.springframework.http.HttpHeaders headersToAdd)
  • Method Details