Last Version

common 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 e.g. for auditing and message queues are not intended for production, and will have to be adjusted to meet deployment specific requirements.

License

License

BSD 3-clause Revised License
Categories

Categories

JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security
GroupId

GroupId

org.beiter.michael.authn.jaas
ArtifactId

ArtifactId

common
Version

Version

2.0
Type

Type

jar
Description

Description

common
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 e.g. for auditing and message queues are not intended for production, and will have to be adjusted to meet deployment specific requirements.
Project URL

Project URL

http://mbeiter.github.io/jaas/docs/2.0/common/
Project Organization

Project Organization

Michael Beiter <[email protected]>
Source Code Management

Source Code Management

https://github.com/mbeiter/jaas

Download common 2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.