Package org.togglz.servlet.spi
Interface CSRFTokenProvider
public interface CSRFTokenProvider
This SPI can be implemented by modules to provide CSRF tokens that will be included
in all forms.
-
Method Summary
-
Method Details
-
getToken
Returns the CSRF token ornullif there is no token to include.
-