Interface | Description |
---|---|
XsrfRequestValidator |
An interface which can be implemented to check if a request
contains either a valid csrf token or a
valid csrf header
XsrfHeaderValidator.TOKEN_HEADER . |
XsrfTokenAccessor |
Gives access to the applications XSRF tokens
|
XsrfTokenValidator |
Verifies that a submitted token is valid.
|
Class | Description |
---|---|
XsrfHeaderValidator |
Provides an implementation of checking if a request or a header value
contains a valid
TOKEN_HEADER header. |
Copyright © 2015 Atlassian. All rights reserved.