Example usage for org.springframework.security.web.header.writers.frameoptions AllowFromStrategy interface-usage

List of usage examples for org.springframework.security.web.header.writers.frameoptions AllowFromStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.header.writers.frameoptions AllowFromStrategy interface-usage.

Usage

From source file org.springframework.security.web.header.writers.frameoptions.AbstractRequestParameterAllowFromStrategy.java

/**
 * Base class for AllowFromStrategy implementations which use a request parameter to
 * retrieve the origin. By default the parameter named <code>x-frames-allow-from</code> is
 * read from the request.
 *
 * @author Marten Deinum