Class CrumbIssuer

java.lang.Object
org.kohsuke.stapler.CrumbIssuer

public abstract class CrumbIssuer extends Object
Generates a nonce value that allows us to protect against cross-site request forgery (CSRF) attacks.

We send this with each JavaScript proxy and verify them when we receive a request.

Author:
Kohsuke Kawaguchi
See Also: