com.canoo.webtest.plugins.pdftest
Class PdfVerifyEncryptionStep
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.webtest.steps.Step
com.canoo.webtest.plugins.pdftest.AbstractPdfStep
com.canoo.webtest.plugins.pdftest.AbstractVerifyPdfStep
com.canoo.webtest.plugins.pdftest.PdfVerifyEncryptionStep
- All Implemented Interfaces:
- Serializable, Cloneable
public class PdfVerifyEncryptionStep
- extends AbstractVerifyPdfStep
- Author:
- Etienne Studer, Marc Guillemot
- See Also:
- Serialized Form
| Methods inherited from class com.canoo.webtest.steps.Step |
addComputedParameters, clone, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toString, verifyParameters |
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
PdfVerifyEncryptionStep
public PdfVerifyEncryptionStep()
setEncrypted
public void setEncrypted(boolean encrypted)
- Parameters:
encrypted -
getEncrypted
public boolean getEncrypted()
setUserPassword
public void setUserPassword(String userPassword)
- Parameters:
userPassword -
getUserPassword
public String getUserPassword()
setOwnerPassword
public void setOwnerPassword(String ownerPassword)
- Parameters:
ownerPassword -
getOwnerPassword
public String getOwnerPassword()
verifyPdf
protected void verifyPdf(PDFPage pdfPage)
- Specified by:
verifyPdf in class AbstractVerifyPdfStep