| Package | Description |
|---|---|
| org.springframework.security.web.header.writers.frameoptions |
| Modifier and Type | Class and Description |
|---|---|
class |
RegExpAllowFromStrategy
Implementation which uses a regular expression to validate the supplied
origin.
|
class |
StaticAllowFromStrategy
Simple implementation of the
AllowFromStrategy |
class |
WhiteListedAllowFromStrategy
Implementation which checks the supplied origin against a list of allowed origins.
|
| Constructor and Description |
|---|
XFrameOptionsHeaderWriter(AllowFromStrategy allowFromStrategy)
Creates a new instance with
XFrameOptionsHeaderWriter.XFrameOptionsMode.ALLOW_FROM. |
Copyright © 2016. All rights reserved.