org.eclipse.lyo.server.oauth.webapp.services
Class CSRFPrevent

java.lang.Object
  extended by org.eclipse.lyo.server.oauth.webapp.services.CSRFPrevent

public class CSRFPrevent
extends Object

Checks requests to see if they have the right X-CSRF-Prevent header values.

Author:
Samuel Padgett

Constructor Summary
CSRFPrevent()
           
 
Method Summary
static void check(javax.servlet.http.HttpServletRequest httpRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSRFPrevent

public CSRFPrevent()
Method Detail

check

public static void check(javax.servlet.http.HttpServletRequest httpRequest)


Copyright © 2013. All Rights Reserved.