| Modifier and Type | Method and Description |
|---|---|
void |
BaseAction.setXsrfTokenGenerator(XsrfTokenGenerator xsrfTokenGenerator) |
| Modifier and Type | Method and Description |
|---|---|
XsrfTokenGenerator |
LoginCsrfFilter.getTokenGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginCsrfFilter.setTokenGenerator(XsrfTokenGenerator tokenGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAction.setXsrfTokenGenerator(XsrfTokenGenerator xsrfTokenGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleXsrfTokenGenerator
Simple implementation of XsrfTokenGenerator that stores a unique value in the session.
|
| Constructor and Description |
|---|
XsrfTokenInterceptor(XsrfTokenGenerator tokenGenerator) |
| Constructor and Description |
|---|
CrowdXsrfTokenAccessor(XsrfTokenGenerator xsrfTokenGenerator) |
CrowdXsrfTokenValidator(XsrfTokenGenerator xsrfTokenGenerator) |
Copyright © 2020 Atlassian. All rights reserved.