Class HSTS


  • @Configuration
    @ConfigurationProperties(prefix="nae.server.security.headers.hsts")
    public class HSTS
    extends java.lang.Object
    The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.

    More Info

    • Constructor Summary

      Constructors 
      Constructor Description
      HSTS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HSTS

        public HSTS()