is not current version
Last Version 2.0

org.beiter.michael.authn.jaas:common 1.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.

Categories

Categories

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

GroupId

org.beiter.michael.authn.jaas
ArtifactId

ArtifactId

common
Version

Version

1.0
Type

Type

jar

Download common 1.0


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