Class Rotate

    • Constructor Detail

      • Rotate

        public Rotate()
    • Method Detail

      • execute

        public void execute​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            CsrfGuardException csrfGuardException,
                            CsrfGuard csrfGuard)
                     throws CsrfGuardException
        Description copied from interface: IAction
        Executes this action.
        Parameters:
        request - the HTTP request that triggered a potential CSRF attack
        response - the HTTP response object associated with the potentially malicious HTTP request
        csrfGuardException - the CSRF Guard exception object
        csrfGuard - the main CSRF Guard object, with access to inner workings of the solution
        Throws:
        CsrfGuardException - the exception type thrown in case of a potential CSRF attack