Class SignaturePermissions.FieldLock

  • Enclosing class:
    SignaturePermissions

    public class SignaturePermissions.FieldLock
    extends java.lang.Object
    Class that contains a field lock action and an array of the fields that are involved.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) PdfName action
      Can be /All, /Exclude or /Include
      (package private) PdfArray fields
      An array of PdfString values with fieldnames
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldLock​(PdfName action, PdfArray fields)
      Creates a FieldLock instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PdfName getAction()
      Getter for the field lock action.
      PdfArray getFields()
      Getter for the fields involved in the lock action.
      java.lang.String toString()
      toString method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • action

        PdfName action
        Can be /All, /Exclude or /Include
      • fields

        PdfArray fields
        An array of PdfString values with fieldnames
    • Constructor Detail

      • FieldLock

        public FieldLock​(PdfName action,
                         PdfArray fields)
        Creates a FieldLock instance
    • Method Detail

      • getAction

        public PdfName getAction()
        Getter for the field lock action.
      • getFields

        public PdfArray getFields()
        Getter for the fields involved in the lock action.
      • toString

        public java.lang.String toString()
        toString method
        Overrides:
        toString in class java.lang.Object