Download JAR files tagged by auditing with all dependencies
primefacesgui from group org.fryske-akademy (version 21.4)
0 downloads
Artifact primefacesgui
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jpaservices, primefaces, jakarta.jakartaee-api, junit-jupiter-api,
There are maybe transitive dependencies!
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jpaservices, primefaces, jakarta.jakartaee-api, junit-jupiter-api,
There are maybe transitive dependencies!
jpaservices from group org.fryske-akademy (version 21.4)
0 downloads
Artifact jpaservices
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies hibernate-envers, junit-jupiter-api, VectorPrintCommon, jakarta.jakartaee-api,
There are maybe transitive dependencies!
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies hibernate-envers, junit-jupiter-api, VectorPrintCommon, jakarta.jakartaee-api,
There are maybe transitive dependencies!
CrudApi from group org.fryske-akademy (version 21.4)
Modular basis for development of crud applications based on ee 10, jpa 3, jsf and primefaces. Aspects covered: security roles,
logout, multi lingualism, auditing, theming, lazy loading into data layer,
dynamic and named jpa queries, batch processing, wildcards and syntax in parameter values,
see OPERATOR Enum.
Group: org.fryske-akademy Artifact: CrudApi
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact CrudApi
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization Fryske Akademy
URL https://bitbucket.org/fryske-akademy/crudapi
License Apache License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group org.fryske-akademy
Version 21.4
Last update 10. October 2024
Organization Fryske Akademy
URL https://bitbucket.org/fryske-akademy/crudapi
License Apache License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
personify-scim-server from group be.personify.iam (version 2.1.2.RELEASE)
reference implementation for the scim v2 protocol
Group: be.personify.iam Artifact: personify-scim-server
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact personify-scim-server
Group be.personify.iam
Version 2.1.2.RELEASE
Last update 24. August 2023
Organization personify
URL https://www.personify.be
License MIT
Dependencies amount 2
Dependencies spring-boot-starter-web, spring-boot-starter-log4j2,
There are maybe transitive dependencies!
Group be.personify.iam
Version 2.1.2.RELEASE
Last update 24. August 2023
Organization personify
URL https://www.personify.be
License MIT
Dependencies amount 2
Dependencies spring-boot-starter-web, spring-boot-starter-log4j2,
There are maybe transitive dependencies!
CDIConfiguration from group org.fryske-akademy (version 14.2)
Group: org.fryske-akademy Artifact: CDIConfiguration
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact CDIConfiguration
Group org.fryske-akademy
Version 14.2
Last update 18. May 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies Config,
There are maybe transitive dependencies!
Group org.fryske-akademy
Version 14.2
Last update 18. May 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies Config,
There are maybe transitive dependencies!
jdbc from group org.beiter.michael.eaudit4j.processors (version 1.1)
This module is part of the eAudit4j audit library, providing a simple and pluggable
solution for auditing in Java.
This particular Maven module provides a set of audit processors that persists audit
events using JDBC. Depending on the processor implementation, the JDBC connection can
be instantiated from a configurable database connection pool, a JNDI name, or a data source.
Once persisted, the event is passed on without modification.
Group: org.beiter.michael.eaudit4j.processors Artifact: jdbc
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jdbc
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, db, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, db, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!
audit-parent from group org.beiter.michael.eaudit4j (version 1.1)
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.
Group: org.beiter.michael.eaudit4j Artifact: audit-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-parent
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/audit4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
common from group org.beiter.michael.authn.jaas (version 2.0)
This module is part of a JAAS library that provides common methods for building JAAS modules.
It provides common artifacts such as interfaces for auditing, message queue, and credential
validation, as well as default implementations of these interfaces.
The provided default implementations are not intended for production, and will have to be
adjusted to meet deployment specific requirements.
Group: org.beiter.michael.authn.jaas Artifact: common
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact common
Group org.beiter.michael.authn.jaas
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 2
Dependencies slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!
Group org.beiter.michael.authn.jaas
Version 2.0
Last update 06. September 2015
Organization not specified
URL http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 2
Dependencies slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!
audit-1.0 from group com.ibm.websphere.appserver.features (version 19.0.0.1)
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.
Group: com.ibm.websphere.appserver.features Artifact: audit-1.0
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact audit-1.0
Group com.ibm.websphere.appserver.features
Version 19.0.0.1
Last update 28. January 2019
Organization not specified
URL Not specified
License Additional Features Terms & Conditions
Dependencies amount 3
Dependencies appSecurity-2.0, servlet-3.0, com.ibm.websphere.appserver.auditCollector-1.0,
There are maybe transitive dependencies!
Group com.ibm.websphere.appserver.features
Version 19.0.0.1
Last update 28. January 2019
Organization not specified
URL Not specified
License Additional Features Terms & Conditions
Dependencies amount 3
Dependencies appSecurity-2.0, servlet-3.0, com.ibm.websphere.appserver.auditCollector-1.0,
There are maybe transitive dependencies!
Page 10 from 10 (items total 99)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy