Class RemoveProtectionParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.removeprotection.RemoveProtectionParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class RemoveProtectionParams extends Object implements PDFServicesJobParams
Parameters for removing protection from pdf usingRemoveProtectionJob
.
-
-
Constructor Summary
Constructors Constructor Description RemoveProtectionParams(String password)
Creates an instance ofRemoveProtectionParams
with the given password.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
Returns the password to be used for removing protection from pdf.
-
-
-
Constructor Detail
-
RemoveProtectionParams
public RemoveProtectionParams(String password)
Creates an instance ofRemoveProtectionParams
with the given password.- Parameters:
password
- the password to be used for removing protection from pdf.
-
-
Method Detail
-
getPassword
public String getPassword()
Returns the password to be used for removing protection from pdf.- Returns:
- the password
-
-