| License |
License
BSD 3-clause Revised License
|
|---|---|
| Categories |
CategoriesJAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security |
| GroupId | GroupIdorg.beiter.michael.authn.jaas.loginmodules.password.authenticators |
| ArtifactId | ArtifactIdjdbc |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjdbc
This module is part of a JAAS library, provoding password based credential authenticators.
This particular Maven module provides a JDBC authenticator that can retrieve a user record
from a JDBC database.
This implementation is production ready.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdbc-2.0.pom | |
| jdbc-2.0.jar | 16 KB |
| jdbc-2.0-sources.jar | 20 KB |
| jdbc-2.0-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc/ -->
<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password.authenticators</groupId>
<artifactId>jdbc</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc/
implementation 'org.beiter.michael.authn.jaas.loginmodules.password.authenticators:jdbc:2.0'
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc/
implementation ("org.beiter.michael.authn.jaas.loginmodules.password.authenticators:jdbc:2.0")
'org.beiter.michael.authn.jaas.loginmodules.password.authenticators:jdbc:jar:2.0'
<dependency org="org.beiter.michael.authn.jaas.loginmodules.password.authenticators" name="jdbc" rev="2.0">
<artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.authn.jaas.loginmodules.password.authenticators', module='jdbc', version='2.0')
)
libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password.authenticators" % "jdbc" % "2.0"
[org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.beiter.michael.authn.jaas : common | jar | 2.0 |
| org.beiter.michael.authn.jaas.loginmodules.password : pwcommon | jar | 2.0 |
| org.beiter.michael.util : db | jar | 1.2 |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.findbugs : annotations | jar | 1.3.2 |
| 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 |
| org.beiter.michael.authn.jaas.loginmodules.password.validators : plaintext | jar | 2.0 |