Package org.openbravo.erpCommon.utility
Class CsrfUtil
- java.lang.Object
-
- org.openbravo.erpCommon.utility.CsrfUtil
-
public class CsrfUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CsrfUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkCsrfToken(String requestToken, javax.servlet.http.HttpServletRequest request)
static String
getCsrfTokenFromRequestContent(String requestContent)
static boolean
hasValidCsrfToken(String requestToken, String sessionToken)
-