Uses of Class
org.apache.pdfbox.pdmodel.encryption.AccessPermission
Packages that use AccessPermission
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of AccessPermission in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return AccessPermissionModifier and TypeMethodDescriptionPDDocument.getCurrentAccessPermission()
Returns the access permissions granted when the document was decrypted. -
Uses of AccessPermission in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption declared as AccessPermissionModifier and TypeFieldDescriptionprotected AccessPermission
SecurityHandler.currentAccessPermission
The access permission granted to the current user for the document.Methods in org.apache.pdfbox.pdmodel.encryption that return AccessPermissionModifier and TypeMethodDescriptionSecurityHandler.getCurrentAccessPermission()
Returns the access permissions that were computed during document decryption.static AccessPermission
AccessPermission.getOwnerAccessPermission()
returns an access permission object for a document owner.PublicKeyRecipient.getPermission()
Returns the access permission granted to the recipient.StandardProtectionPolicy.getPermissions()
Getter of the property permissions.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type AccessPermissionModifier and TypeMethodDescriptionvoid
PublicKeyRecipient.setPermission
(AccessPermission permissions) Set the access permission granted to the recipient.void
StandardProtectionPolicy.setPermissions
(AccessPermission perms) Setter of the property permissions.Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type AccessPermissionModifierConstructorDescriptionStandardProtectionPolicy
(String ownerPass, String userPass, AccessPermission perms) Creates an new instance of the standard protection policy in order to protect a PDF document with passwords.