public interface CsrfTokenGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(WebContext context)
Get the CSRF token from the session or create it if it doesn't exist.
|
java.lang.String get(WebContext context)
context - the current web contextCopyright © 2018. All Rights Reserved.