Uses of Package
hudson.security.csrf

Packages that use hudson.security.csrf
hudson   
hudson.security.csrf   
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Classes in hudson.security.csrf used by hudson
CrumbIssuer
          A 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.security.csrf
CrumbExclusion
          Allows plugins to define exceptions to the CSRF protection filter.
CrumbIssuer
          A CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.
CrumbIssuerDescriptor
          Describes global configuration for crumb issuers.
DefaultCrumbIssuer
          A crumb issuing algorithm based on the request principal and the remote address.
 

Classes in hudson.security.csrf used by jenkins.model
CrumbIssuer
          A 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 org.jvnet.hudson.test
CrumbIssuer
          A CrumbIssuer represents an algorithm to generate a nonce value, known as a crumb, to counter cross site request forgery exploits.
CrumbIssuerDescriptor
          Describes global configuration for crumb issuers.
 



Copyright © 2004-2013. All Rights Reserved.