Last Version

jdbc 1.0

This module is part of a JAAS library that provides common methods for building JAAS modules. It implements a JDBC JAAS module using the methods of the shared library. While this JAAS module itself is production ready, it relies on deployment specific modules that implement, for instance, auditing, message queues, and credential validation.

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

jdbc
Version

Version

1.0
Type

Type

jar
Description

Description

jdbc
This module is part of a JAAS library that provides common methods for building JAAS modules. It implements a JDBC JAAS module using the methods of the shared library. While this JAAS module itself is production ready, it relies on deployment specific modules that implement, for instance, auditing, message queues, and credential validation.
Project URL

Project URL

http://mbeiter.github.io/jaas/docs/1.0/jdbc/
Project Organization

Project Organization

Michael Beiter <[email protected]>
Source Code Management

Source Code Management

https://github.com/mbeiter/jaas

Download jdbc 1.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.beiter.michael.authn.jaas : common jar 1.0
org.beiter.michael.util : db jar 1.0
org.slf4j : slf4j-log4j12 jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2
org.apache.commons : commons-dbcp2 jar 2.0.1

provided (1)

Group / Artifact Type Version
net.sourceforge.findbugs : annotations jar 1.3.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
com.h2database : h2 jar 1.4.181
org.apache.tomcat : tomcat-catalina jar 7.0.55

Project Modules

There are no modules declared in this project.