Class CertificatesActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.admin.CertificatesActionForm
All Implemented Interfaces:
Serializable

public class CertificatesActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class CertificatesActionForm. Struts ActionForm for the certificate management page. Carries the uploaded certificate file and optional import password for the /do/admin/certificates?action=import form submission.
See Also:
  • Field Summary

    Fields inherited from class ecmwf.web.controller.ECMWFActionForm

    ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRING

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.struts.upload.FormFile
    Gets the cert file.
    Gets the import password.
    void
    setCertFile(org.apache.struts.upload.FormFile certFile)
    Sets the cert file.
    void
    setImportPassword(String importPassword)
    Sets the import password.

    Methods inherited from class ecmwf.web.controller.ECMWFActionForm

    adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContent

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CertificatesActionForm

      public CertificatesActionForm()
  • Method Details

    • getCertFile

      public org.apache.struts.upload.FormFile getCertFile()
      Gets the cert file.
      Returns:
      the cert file
    • setCertFile

      public void setCertFile(org.apache.struts.upload.FormFile certFile)
      Sets the cert file.
      Parameters:
      certFile - the new cert file
    • getImportPassword

      public String getImportPassword()
      Gets the import password.
      Returns:
      the import password
    • setImportPassword

      public void setImportPassword(String importPassword)
      Sets the import password.
      Parameters:
      importPassword - the new import password