Class XFrameOptionsHeaderWriter

java.lang.Object
org.springframework.security.web.header.writers.frameoptions.XFrameOptionsHeaderWriter
All Implemented Interfaces:
HeaderWriter

public final class XFrameOptionsHeaderWriter extends Object implements HeaderWriter
HeaderWriter implementation for the X-Frame-Options headers. When using the ALLOW-FROM directive the actual value is determined by a AllowFromStrategy.
Since:
3.2
See Also: