MVN

com.ibm.websphere.appserver.features : audit-1.0

Maven & Gradle

Jan 28, 2019
5 usages

Audit 1.0 · The Liberty Audit feature is used to report and track auditable events to ensure the integrity of your system. The Liberty Audit feature introduces an infrastructure which serves two purposes: - Confirming the effectiveness and integrity of the existing configuration - Identifying areas where improvement to the configuration may be needed The Liberty Audit feature has the ability to capture the following auditable events: - Basic authentication - Start and stop of the Audit service - Form login - Client certificate login - Servlet runAs delegation - Form logout - Servlet 3.0 login, logout and authenticate APIs The Liberty Audit feature supports the Cloud Auditing Data Federation (CADF) event model. The CADF model describes a data model and associated schema definitions for an audit event. The feature provides a default implementation, the AuditFileHandler, which emits human-readable audit records to a file-based log. Each audit record is emitted in JSON format.

<dependency>
    <groupId>com.ibm.websphere.appserver.features</groupId>
    <artifactId>audit-1.0</artifactId>
    <version>19.0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.websphere.appserver.features : audit-1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.0.0.1

All Versions

Choose a version of com.ibm.websphere.appserver.features : audit-1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.0.x
audit-1.0-19.0.0.1
18.0.x
audit-1.0-18.0.0.4
audit-1.0-18.0.0.3

How to add a dependency to Maven

Add the following com.ibm.websphere.appserver.features : audit-1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.websphere.appserver.features</groupId>
    <artifactId>audit-1.0</artifactId>
    <version>19.0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.websphere.appserver.features : audit-1.0 gradle dependency to your build.gradle file:

implementation 'com.ibm.websphere.appserver.features:audit-1.0:19.0.0.1'

Gradle Kotlin DSL: Add the following com.ibm.websphere.appserver.features : audit-1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.websphere.appserver.features:audit-1.0:19.0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.websphere.appserver.features : audit-1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.websphere.appserver.features" % "audit-1.0" % "19.0.0.1"