Audit Parent

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.

Лицензия

Лицензия

BSD 3-clause Revised License
Группа

Группа

org.beiter.michael.eaudit4j
Идентификатор

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

audit-parent
Последняя версия

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

1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Audit Parent
The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.
Организация-разработчик

Организация-разработчик

Michael Beiter <michael@beiter.org>

Скачать audit-parent

Имя Файла Размер
audit-parent-1.1.pom 40 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/audit-parent/ -->
<dependency>
    <groupId>org.beiter.michael.eaudit4j</groupId>
    <artifactId>audit-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/audit-parent/
implementation 'org.beiter.michael.eaudit4j:audit-parent:1.1'
// https://jarcasting.com/artifacts/org.beiter.michael.eaudit4j/audit-parent/
implementation ("org.beiter.michael.eaudit4j:audit-parent:1.1")
'org.beiter.michael.eaudit4j:audit-parent:pom:1.1'
<dependency org="org.beiter.michael.eaudit4j" name="audit-parent" rev="1.1">
  <artifact name="audit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.eaudit4j', module='audit-parent', version='1.1')
)
libraryDependencies += "org.beiter.michael.eaudit4j" % "audit-parent" % "1.1"
[org.beiter.michael.eaudit4j/audit-parent "1.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • common
  • processors

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

Версия
1.1
1.0