com.itextpdf.text.pdf.security
Class SignaturePermissions.FieldLock

java.lang.Object
  extended by com.itextpdf.text.pdf.security.SignaturePermissions.FieldLock
Enclosing class:
SignaturePermissions

public class SignaturePermissions.FieldLock
extends Object

Class that contains a field lock action and an array of the fields that are involved.


Constructor Summary
SignaturePermissions.FieldLock(PdfName action, PdfArray fields)
          Creates a FieldLock instance
 
Method Summary
 PdfName getAction()
          Getter for the field lock action.
 PdfArray getFields()
          Getter for the fields involved in the lock action.
 String toString()
          toString method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignaturePermissions.FieldLock

public SignaturePermissions.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 String toString()
toString method

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.