Interface | Description |
---|---|
Csrf |
Cross Site Request Forgery (CSRF) interface with access to the CSRF header name
and the CSRF token value.
|
Encoders |
Interface that provides encoders to escape code in JavaScript, HTML,
etc.
|
Enum | Description |
---|---|
Csrf.CsrfOptions |
Options for property
Csrf.CSRF_PROTECTION . |
Exception | Description |
---|---|
CsrfValidationException |
This exception is thrown by the MVC implementation if the CSRF token validation fails.
|
Annotation Type | Description |
---|---|
CsrfProtected |
A controller annotation to validate a CSRF token value received
in a request whenever the property
Csrf.CSRF_PROTECTION
is set to Csrf.CsrfOptions.EXPLICIT . |
Copyright © 2019 Ivar Grimstad. All rights reserved.