DOC

cz.polankam.security.acl : jaclp

Maven & Gradle

Apr 04, 2023
20 stars

JACLP: Java ACL Permissions library · JACLP: ACL Permission library for Spring Security introduces static ACL-based role permission system with a touch of ABAC (Attribute-based access control) over resources. It is integrated within Spring Security and its expression based permission control which might be used from Authorize-like annotations over endpoints or generally methods in components.

Table Of Contents

Latest Version

Download cz.polankam.security.acl : jaclp Javadoc & API Documentation - Latest Versions:

All Versions

Download cz.polankam.security.acl : jaclp Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0
3.0
2.3
2.2
2.1
2.0
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file jaclp-4.0-javadoc.jar to jaclp-4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jaclp-4.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 "jaclp-4.0-sources.jar" -d "jaclp-4.0-javadoc" -subpackages