|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CsrfTokenRepository | An API to allow changing the method in which the expected CsrfToken
is associated to the HttpServletRequest . |
Class Summary | |
---|---|
CsrfAuthenticationStrategy | CsrfAuthenticationStrategy is in charge of removing the CsrfToken upon
authenticating. |
CsrfFilter | Applies CSRF protection using a synchronizer token pattern. |
CsrfLogoutHandler | CsrfLogoutHandler is in charge of removing the CsrfToken upon
logout. |
CsrfToken | A CSRF token that is used to protect against CSRF attacks. |
HttpSessionCsrfTokenRepository | A CsrfTokenRepository that stores the CsrfToken in the HttpSession . |
Exception Summary | |
---|---|
InvalidCsrfTokenException | Thrown when an invalid or missing CsrfToken is found in the HttpServletRequest |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |