MVN

org.beiter.michael.authn.jaas.loginmodules.password : authenticators

Maven & Gradle

Sep 07, 2015
0 stars

authenticators · This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module is a container for authenticator implementations. Some of the provided default implementations may not intended for production, and may have to be adjusted to meet deployment specific requirements.

<dependency>
    <groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
    <artifactId>authenticators</artifactId>
    <version>jdbc</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beiter.michael.authn.jaas.loginmodules.password : authenticators to add to Maven - Latest Versions:

  • Latest Stable: jdbc

All Versions

Choose a version of org.beiter.michael.authn.jaas.loginmodules.password : authenticators to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
authenticators-2.0
jdbc
authenticators-jdbc
dummy
authenticators-dummy

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
    <artifactId>authenticators</artifactId>
    <version>jdbc</version>
</dependency>