Uses of Class
jenkins.util.JSONSignatureValidator
-
Packages that use JSONSignatureValidator Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of JSONSignatureValidator in hudson.model
Methods in hudson.model that return JSONSignatureValidator Modifier and Type Method Description protected JSONSignatureValidator
UpdateSite. getJsonSignatureValidator()
Deprecated.useUpdateSite.getJsonSignatureValidator(String)
instead.protected JSONSignatureValidator
UpdateSite. getJsonSignatureValidator(String name)
Let sub-classes of UpdateSite provide their own signature validator.
-