All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.intarsys.pdf.crypt.IAccessPermissionsSupport Maven / Gradle / Ivy

Go to download

This is a fork of http://sourceforge.net/projects/jpodlib/ as development seems to be frozen. We're providing some bug fixes along with deployments to maven.

There is a newer version: 2.0
Show newest version
package de.intarsys.pdf.crypt;

public interface IAccessPermissionsSupport {

    /**
     * The access permissions active for the document.
     * 

* The return value of this method not only depends on the permissions * encoded by the {@link ISecurityHandler}, but also on the outcome of the * authentication. *

* A negative authentication should result in no permissions, a positive * authentication should result either in the encoded permissions for a user * authentication or in all permissions for a successful owner * authentication. * * @return The access permissions active for the document. */ IAccessPermissions getAccessPermissions(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy