JadeReportWriterSecurity Class Constants

The constants provided by the JadeReportWriterSecurity class are listed in the following table.

Class Constant Integer Value Description
FULL_ACCESS 2 Allows full access to the report for definition and use
NO_ACCESS 0 No access is allowed to the report
READ_ONLY_ACCESS 1 The report can be accessed and run, but the definitions cannot be changed

When you implement security in your JADE Report Writer reports, these values are returned by the methods in your subclass of the JadeReportWriterSecurity class, to indicate the type of access that the user has.