Class WebHandler

java.lang.Object
de.bytestore.hostinger.handler.WebHandler

public class WebHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.security.web.csrf.CsrfToken
    getCSRFToken(jakarta.servlet.http.HttpServletRequest requestIO)
    Retrieves the CSRF token from the provided HttpServletRequest object.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebHandler

      public WebHandler()
  • Method Details

    • getCSRFToken

      public static org.springframework.security.web.csrf.CsrfToken getCSRFToken(jakarta.servlet.http.HttpServletRequest requestIO)
      Retrieves the CSRF token from the provided HttpServletRequest object.
      Parameters:
      requestIO - The HttpServletRequest object from which to retrieve the CSRF token.
      Returns:
      The CSRF token.