Interface Csrf
-
- All Known Implementing Classes:
SynchronizerToken
public interface Csrf
-
-
Method Summary
Modifier and Type Method Description voidcheckTokens(javax.servlet.http.HttpServletRequest httpRequest)
-
-
-
Method Detail
-
checkTokens
void checkTokens(javax.servlet.http.HttpServletRequest httpRequest) throws CsrfException- Throws:
CsrfException
-
-