License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcz.polankam.security.acl |
ArtifactId | ArtifactIdjaclp |
Version | Version2.3 |
Type | Typejar |
Description |
DescriptionJACLP: 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaclp-2.3.pom | |
jaclp-2.3.jar | 20 KB |
jaclp-2.3-sources.jar | 15 KB |
jaclp-2.3-javadoc.jar | 102 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-web | jar | 5.4.6 |
org.springframework : spring-tx | jar | 5.3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.mockito : mockito-core | jar | 3.9.0 |