MVN

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

Maven & Gradle

Sep 07, 2015
0 stars

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

Latest Version

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

  • Latest Stable: plaintext

All Versions

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

Version Vulnerabilities Updated
2.0
validators-2.0
plaintext
validators-plaintext

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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