Package org.togglz.servlet.spi
Interface CSRFTokenProvider
-
public interface CSRFTokenProviderThis SPI can be implemented by modules to provide CSRF tokens that will be included in all forms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSRFTokengetToken(javax.servlet.http.HttpServletRequest request)Returns the CSRF token ornullif there is no token to include.
-
-
-
Method Detail
-
getToken
CSRFToken getToken(javax.servlet.http.HttpServletRequest request)
Returns the CSRF token ornullif there is no token to include.
-
-