Package org.springframework.security.web.header.writers.frameoptions

Interface Summary
AllowFromStrategy Strategy interfaces used by the FrameOptionsHeaderWriter to determine the actual value to use for the X-Frame-Options header when using the ALLOW-FROM directive.
 

Class Summary
RegExpAllowFromStrategy Implementation which uses a regular expression to validate the supplied origin.
StaticAllowFromStrategy Simple implementation of the AllowFromStrategy
WhiteListedAllowFromStrategy Implementation which checks the supplied origin against a list of allowed origins.
XFrameOptionsHeaderWriter HeaderWriter implementation for the X-Frame-Options headers.
 

Enum Summary
XFrameOptionsHeaderWriter.XFrameOptionsMode The possible values for the X-Frame-Options header.