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.

Лицензия

Лицензия

Группа

Группа

com.intuit.apl
Идентификатор

Идентификатор

apl
Последняя версия

Последняя версия

0.22
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/intuit/identity-authz-apl
Система контроля версий

Система контроля версий

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

Скачать apl

Имя Файла Размер
apl-0.22.pom
apl-0.22.jar 57 KB
apl-0.22-sources.jar 35 KB
apl-0.22-javadoc.jar 125 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3
junit : junit jar 4.13.1
org.slf4j : slf4j-simple jar 1.7.30

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.22
0.21