Last Version

JACLP: Java ACL Permissions library 2.3

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.

License

License

Categories

Categories

Security
GroupId

GroupId

cz.polankam.security.acl
ArtifactId

ArtifactId

jaclp
Version

Version

2.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Neloop/jaclp
Source Code Management

Source Code Management

https://github.com/Neloop/jaclp/tree/master

Download jaclp 2.3


<!-- https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/ -->
<dependency>
    <groupId>cz.polankam.security.acl</groupId>
    <artifactId>jaclp</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation 'cz.polankam.security.acl:jaclp:2.3'
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation ("cz.polankam.security.acl:jaclp:2.3")
'cz.polankam.security.acl:jaclp:jar:2.3'
<dependency org="cz.polankam.security.acl" name="jaclp" rev="2.3">
  <artifact name="jaclp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.polankam.security.acl', module='jaclp', version='2.3')
)
libraryDependencies += "cz.polankam.security.acl" % "jaclp" % "2.3"
[cz.polankam.security.acl/jaclp "2.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.security : spring-security-web jar 5.4.6
org.springframework : spring-tx jar 5.3.7

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.mockito : mockito-core jar 3.9.0

Project Modules

There are no modules declared in this project.