Last Version

ABAC Policy Language 0.23

ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.

License

License

GroupId

GroupId

com.intuit.apl
ArtifactId

ArtifactId

apl-core
Version

Version

0.23
Type

Type

jar
Description

Description

ABAC Policy Language
ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.
Project URL

Project URL

https://github.com/intuit/identity-authz-apl
Source Code Management

Source Code Management

https://github.com/intuit/identity-authz-apl/tree/main

Download apl-core 0.23


<!-- https://jarcasting.com/artifacts/com.intuit.apl/apl-core/ -->
<dependency>
    <groupId>com.intuit.apl</groupId>
    <artifactId>apl-core</artifactId>
    <version>0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.apl/apl-core/
implementation 'com.intuit.apl:apl-core:0.23'
// https://jarcasting.com/artifacts/com.intuit.apl/apl-core/
implementation ("com.intuit.apl:apl-core:0.23")
'com.intuit.apl:apl-core:jar:0.23'
<dependency org="com.intuit.apl" name="apl-core" rev="0.23">
  <artifact name="apl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intuit.apl', module='apl-core', version='0.23')
)
libraryDependencies += "com.intuit.apl" % "apl-core" % "0.23"
[com.intuit.apl/apl-core "0.23"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-expression jar 4.3.22.RELEASE
org.yaml : snakeyaml jar 1.26
org.slf4j : slf4j-api jar 1.7.30

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.14.3
junit : junit jar 4.13.1
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.