Class PasswordContainingPageSegmentHandle

java.lang.Object
com.levigo.jadice.web.shared.model.PageSegmentHandle
com.levigo.jadice.web.shared.PasswordContainingPageSegmentHandle
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassPathHandle, ClassPathWithAnnoAndPermissionHandle, ClassPathWithAnnoHandle, DocumentIDHandle, UriHandle

public abstract class PasswordContainingPageSegmentHandle extends PageSegmentHandle
A PageSegmentHandle containing the password. The password can for example be use to decrypt the PDF on server side when the document is recovered.
See Also:
  • Constructor Details

    • PasswordContainingPageSegmentHandle

      public PasswordContainingPageSegmentHandle()
  • Method Details

    • getPassword

      public String getPassword()
      Returns the password for this document.
      Returns:
      the password used to encrypt this document
    • setPassword

      public void setPassword(String password)
      Sets the password for this document.
      Parameters:
      password - the password which should be used to encrypt this document