DOC

com.acciente.oacc : acciente-oacc

Maven & Gradle

Oct 12, 2018
105 stars

Acciente OACC · OACC is a Java Application Security Framework. OACC provides a high-performance access control system for Java applications. OACC provides fine grained permissions based access control for application objects. It has support for hierarchical domains, super users, permission inheritance and impersonation.

Table Of Contents

Latest Version

Download com.acciente.oacc : acciente-oacc Javadoc & API Documentation - Latest Versions:

All Versions

Download com.acciente.oacc : acciente-oacc Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file acciente-oacc-2.0.0-javadoc.jar to acciente-oacc-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder acciente-oacc-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "acciente-oacc-2.0.0-sources.jar" -d "acciente-oacc-2.0.0-javadoc" -subpackages 

Advertisement