组织ID: |
org.beiter.michael.authn.jaas.loginmodules.password.authenticators |
项目ID: |
jdbc |
版本: |
2.0 |
最后修改时间: |
2019-10-29 13:05:25 |
包类型: |
jar |
标题: |
jdbc |
描述: |
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.
|
大小: |
16.38KB |
|
Maven引入代码: |
<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password.authenticators</groupId>
<artifactId>jdbc</artifactId>
<version>2.0</version>
</dependency>
|
Gradle引入代码: |
org.beiter.michael.authn.jaas.loginmodules.password.authenticators:jdbc:2.0
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
<artifactId>authenticators</artifactId>
<version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password.authenticators</groupId>
<artifactId>jdbc</artifactId>
<packaging>jar</packaging>
<version>2.0</version>
<name>jdbc</name>
<description>
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.
</description>
<url>http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/</url>
<dependencies>
<!-- Included dependencies -->
<dependency>
<groupId>org.beiter.michael.authn.jaas</groupId>
<artifactId>common</artifactId>
</dependency>
<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
<artifactId>pwcommon</artifactId>
</dependency>
<dependency>
<groupId>org.beiter.michael.util</groupId>
<artifactId>db</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
</dependency>
<!-- Provided dependencies -->
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password.validators</groupId>
<artifactId>plaintext</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<url>https://github.com/mbeiter/jaas</url>
<connection>scm:git:git://github.com/mbeiter/jaas.git</connection>
<developerConnection>scm:git:git@github.com:mbeiter/jaas.git</developerConnection>
</scm>
<!--
Required for 'mvn site/ to build the links correctly. Requires the URL of this module to be set to:
<url>http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/</url>
-->
<distributionManagement>
<site>
<id>github.gh-pages</id>
<url>${project.url}</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.DbProperties.class
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.DbUtil.class
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.JdbcPasswordAuthenticator.class
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.propsbuilder.JaasBasedConnPropsBuilder.class
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.propsbuilder.JaasBasedDbPropsBuilder.class
org.beiter.michael.authn.jaas.loginmodules.password.authenticators.jdbc.UserRecord.class
META-INF/maven/org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc/pom.xml
META-INF/maven/org.beiter.michael.authn.jaas.loginmodules.password.authenticators/jdbc/pom.properties
|
依赖Jar: |
|