Uses of Package
hudson.security.csrf
Packages that use hudson.security.csrf
Package
Description
Server-side CLI commands for Hudson.
-
Classes in hudson.security.csrf used by hudsonClassDescriptionA CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.
-
Classes in hudson.security.csrf used by hudson.cli
-
Classes in hudson.security.csrf used by hudson.security.csrfClassDescriptionAllows plugins to define exceptions to the CSRF protection filter.A CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.Describes global configuration for crumb issuers.A crumb issuing algorithm based on the request principal and the remote address.
-
Classes in hudson.security.csrf used by jenkins.modelClassDescriptionA CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.
-
Classes in hudson.security.csrf used by jenkins.security