be.fedict.eid.applet.service
Class HSTSFilter

java.lang.Object
  extended by be.fedict.eid.applet.service.HSTSFilter
All Implemented Interfaces:
Filter

public class HSTSFilter
extends Object
implements Filter

HTTP Strict-Transport-Security servlet filter.

Author:
Frank Cornelis

Field Summary
static String TRANSPORT_SERVICE_INIT_PARAM
           
 
Constructor Summary
HSTSFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPORT_SERVICE_INIT_PARAM

public static final String TRANSPORT_SERVICE_INIT_PARAM
See Also:
Constant Field Values
Constructor Detail

HSTSFilter

public HSTSFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig config)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException


Copyright © 2008-2014 FedICT. All Rights Reserved.