Uses of Class
hudson.security.csrf.CrumbIssuer
Packages that use CrumbIssuer
-
Uses of CrumbIssuer in hudson
Methods in hudson that return types with arguments of type CrumbIssuerModifier and TypeMethodDescriptionstatic List<Descriptor<CrumbIssuer>>
Functions.getCrumbIssuerDescriptors()
-
Uses of CrumbIssuer in hudson.security.csrf
Classes in hudson.security.csrf with type parameters of type CrumbIssuerModifier and TypeClassDescriptionclass
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.Subclasses of CrumbIssuer in hudson.security.csrfModifier and TypeClassDescriptionclass
A crumb issuing algorithm based on the request principal and the remote address.Methods in hudson.security.csrf that return CrumbIssuerModifier and TypeMethodDescriptionstatic CrumbIssuer
GlobalCrumbIssuerConfiguration.createDefaultCrumbIssuer()
CrumbFilter.getCrumbIssuer()
Because servlet containers generally don't specify the ordering of the initialization (and different implementations indeed do this differently --- See JENKINS-3878), we cannot use Hudson to the CrumbIssuer into CrumbFilter eagerly.GlobalCrumbIssuerConfiguration.getCrumbIssuer()
Methods in hudson.security.csrf that return types with arguments of type CrumbIssuerModifier and TypeMethodDescriptionCrumbIssuer.all()
Returns all the registeredCrumbIssuer
descriptors.CrumbIssuer.all()
Returns all the registeredCrumbIssuer
descriptors.CrumbIssuer.getDescriptor()
Access global configuration for the crumb issuer. -
Uses of CrumbIssuer in jenkins.model
Methods in jenkins.model that return CrumbIssuerModifier and TypeMethodDescriptionJenkins.getCrumbIssuer()
Gets theCrumbIssuer
currently in use.Methods in jenkins.model with parameters of type CrumbIssuer