Package hudson.util

Class FormFieldValidator.Base64

java.lang.Object
hudson.util.FormFieldValidator
hudson.util.FormFieldValidator.Base64
Enclosing class:
FormFieldValidator

@Deprecated public static class FormFieldValidator.Base64 extends FormFieldValidator
Verifies that the 'value' parameter is correct base64 encoded text.
Since:
1.257
  • Constructor Details

    • Base64

      public Base64(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, boolean allowWhitespace, boolean allowEmpty, String errorMessage)
      Deprecated.
  • Method Details

    • check

      protected void check() throws IOException, javax.servlet.ServletException
      Deprecated.
      Specified by:
      check in class FormFieldValidator
      Throws:
      IOException
      javax.servlet.ServletException
    • fail

      protected void fail() throws IOException, javax.servlet.ServletException
      Deprecated.
      Throws:
      IOException
      javax.servlet.ServletException