| Class | Description |
|---|---|
| CrumbExclusion |
Allows plugins to define exceptions to the CSRF protection filter.
|
| CrumbFilter |
Checks for and validates crumbs on requests that cause state changes, to
protect against cross site request forgeries.
|
| CrumbIssuer |
A CrumbIssuer represents an algorithm to generate a nonce value, known as a
crumb, to counter cross site request forgery exploits.
|
| CrumbIssuer.RestrictedApi | |
| CrumbIssuerDescriptor<T extends CrumbIssuer> |
Describes global configuration for crumb issuers.
|
| DefaultCrumbIssuer |
A crumb issuing algorithm based on the request principal and the remote address.
|
| DefaultCrumbIssuer.DescriptorImpl | |
| GlobalCrumbIssuerConfiguration |
Show the crumb configuration to the system config page.
|
| Messages |
Generated localization support class.
|
Copyright © 2019. All rights reserved.