MVN

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

Maven & Gradle

Sep 07, 2015
0 stars

dummy · This module is part of a JAAS library, providing password based credential authenticators. This particular Maven module provides a dummy authenticator that assumes password = username. This implementation is for testing only, and NOT intended for production.

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

Latest Version

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

  • Latest Stable: 2.0

All Versions

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

Version Vulnerabilities Updated
2.0
dummy-2.0

How to add a dependency to Maven

Add the following org.beiter.michael.authn.jaas.loginmodules.password.authenticators : dummy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beiter.michael.authn.jaas.loginmodules.password.authenticators : dummy gradle dependency to your build.gradle file:

implementation 'org.beiter.michael.authn.jaas.loginmodules.password.authenticators:dummy:2.0'

Gradle Kotlin DSL: Add the following org.beiter.michael.authn.jaas.loginmodules.password.authenticators : dummy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beiter.michael.authn.jaas.loginmodules.password.authenticators:dummy:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beiter.michael.authn.jaas.loginmodules.password.authenticators : dummy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password.authenticators" % "dummy" % "2.0"