MVN

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

Maven & Gradle

Sep 07, 2015
0 stars

password · This module is part of a JAAS library, provoding password based login modules (JAAS modules). This partiuclar Maven module is a container for JAAS module 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</groupId>
    <artifactId>password</artifactId>
    <version>validators</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: validators

All Versions

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

Version Vulnerabilities Updated
2.0
password-2.0
validators
password-validators
pwcommon
password-pwcommon
authenticators
password-authenticators

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement