jar

com.github.inspektr : inspektr-audit

Maven & Gradle

Nov 15, 2013
5 usages

Inspektr - Auditing API · Inspektr Auditing

Table Of Contents

Latest Version

Download com.github.inspektr : inspektr-audit JAR file - Latest Versions:

All Versions

Download com.github.inspektr : inspektr-audit JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window inspektr-audit-1.1.GA.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.inspektr.audit.support

├─ com.github.inspektr.audit.support.AbstractStringAuditTrailManager.class - [JAR]

├─ com.github.inspektr.audit.support.ConsoleAuditTrailManager.class - [JAR]

├─ com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager.class - [JAR]

com.github.inspektr.audit

├─ com.github.inspektr.audit.AspectJAuditPointRuntimeInfo.class - [JAR]

├─ com.github.inspektr.audit.AuditActionContext.class - [JAR]

├─ com.github.inspektr.audit.AuditPointRuntimeInfo.class - [JAR]

├─ com.github.inspektr.audit.AuditTrailManagementAspect.class - [JAR]

├─ com.github.inspektr.audit.AuditTrailManager.class - [JAR]

com.github.inspektr.audit.spi

├─ com.github.inspektr.audit.spi.AuditActionResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.AuditResourceResolver.class - [JAR]

com.github.inspektr.audit.spi.support

├─ com.github.inspektr.audit.spi.support.AbstractAuditResourceResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.AbstractSuffixAwareAuditActionResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.BooleanAuditActionResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.DefaultAuditActionResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.ObjectCreationAuditActionResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.ObjectToStringResourceResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.ParametersAsStringResourceResolver.class - [JAR]

├─ com.github.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver.class - [JAR]

com.github.inspektr.audit.annotation

├─ com.github.inspektr.audit.annotation.Audit.class - [JAR]

├─ com.github.inspektr.audit.annotation.Audits.class - [JAR]

Advertisement