|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sejda.impl.pdfbox.component.PDDocumentAccessPermission
public class PDDocumentAccessPermission
Wrapper around AccessPermission
providing convenient methods to check permissions.
Method Summary | |
---|---|
void |
ensureOwnerPermissions()
Ensures that owner permissions are available. |
void |
ensurePermission(PdfAccessPermission required)
Ensures that the required permission is granted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void ensureOwnerPermissions() throws TaskPermissionsException
TaskPermissionsException
- if not owner permissions are granted.public void ensurePermission(PdfAccessPermission required) throws TaskPermissionsException
required
-
TaskPermissionsException
- if not granted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |