Example usage for org.springframework.security.web.header HeaderWriter interface-usage

List of usage examples for org.springframework.security.web.header HeaderWriter interface-usage

Introduction

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

Usage

From source file org.springframework.security.web.header.writers.ClearSiteDataHeaderWriter.java

/**
 * Provides support for <a href="https://w3c.github.io/webappsec-clear-site-data/">Clear
 * Site Data</a>.
 *
 * <p>
 * Developers may instruct a user agent to clear various types of relevant data by delivering

From source file org.springframework.security.web.header.writers.HstsHeaderWriter.java

/**
 * Provides support for <a href="https://tools.ietf.org/html/rfc6797">HTTP Strict Transport
 * Security (HSTS)</a>.
 *
 * <p>
 * By default the expiration is one year, subdomains will be included and preload will not

From source file org.springframework.security.web.header.writers.HpkpHeaderWriter.java

/**
 * Provides support for <a href="https://tools.ietf.org/html/rfc7469">HTTP Public Key Pinning (HPKP)</a>.
 *
 * <p>
 * Since <a href="https://tools.ietf.org/html/rfc7469#section-4.1">Section 4.1</a> states
 * that a value on the order of 60 days (5,184,000 seconds) may be considered a good balance,