Uses of Class
hudson.security.csrf.CrumbIssuer
-
Packages that use CrumbIssuer Package Description hudson hudson.security.csrf jenkins.model -
-
Uses of CrumbIssuer in hudson
Methods in hudson that return types with arguments of type CrumbIssuer Modifier and Type Method Description static List<Descriptor<CrumbIssuer>>
Functions. getCrumbIssuerDescriptors()
-
Uses of CrumbIssuer in hudson.security.csrf
Classes in hudson.security.csrf with type parameters of type CrumbIssuer Modifier and Type Class Description class
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.Subclasses of CrumbIssuer in hudson.security.csrf Modifier and Type Class Description class
DefaultCrumbIssuer
A crumb issuing algorithm based on the request principal and the remote address.Methods in hudson.security.csrf that return CrumbIssuer Modifier and Type Method Description static CrumbIssuer
GlobalCrumbIssuerConfiguration. createDefaultCrumbIssuer()
CrumbIssuer
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.CrumbIssuer
GlobalCrumbIssuerConfiguration. getCrumbIssuer()
Methods in hudson.security.csrf that return types with arguments of type CrumbIssuer Modifier and Type Method Description static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>>
CrumbIssuer. all()
Returns all the registeredCrumbIssuer
descriptors.static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>>
CrumbIssuer. all()
Returns all the registeredCrumbIssuer
descriptors.CrumbIssuerDescriptor<CrumbIssuer>
CrumbIssuer. getDescriptor()
Access global configuration for the crumb issuer. -
Uses of CrumbIssuer in jenkins.model
Methods in jenkins.model that return CrumbIssuer Modifier and Type Method Description CrumbIssuer
Jenkins. getCrumbIssuer()
Gets theCrumbIssuer
currently in use.Methods in jenkins.model with parameters of type CrumbIssuer Modifier and Type Method Description void
Jenkins. setCrumbIssuer(CrumbIssuer issuer)
-