Uses of Class
hudson.security.csrf.CrumbIssuer
-
Uses of CrumbIssuer in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<CrumbIssuer>>
Functions.getCrumbIssuerDescriptors()
-
Uses of CrumbIssuer in hudson.security.csrf
Modifier and TypeClassDescriptionclass
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.Modifier and TypeClassDescriptionclass
A crumb issuing algorithm based on the request principal and the remote address.Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionJenkins.getCrumbIssuer()
Gets theCrumbIssuer
currently in use.