Class XSRFHelper


  • public class XSRFHelper
    extends java.lang.Object
    XSRF Filter Helper
    • Constructor Summary

      Constructors 
      Constructor Description
      XSRFHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generateCSRFToken()
      generate CSRF token randomly
      • Methods inherited from class java.lang.Object

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

      • XSRFHelper

        public XSRFHelper()
    • Method Detail

      • generateCSRFToken

        public static final java.lang.String generateCSRFToken()
        generate CSRF token randomly
        Returns:
        String