d

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.
http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/
文件下载
文件名 操作
dummy-2.0.jar 下载
dummy-2.0.pom 下载
dummy-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.beiter.michael.authn.jaas.loginmodules.password.authenticators</groupId>
  <artifactId>dummy</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.beiter.michael.authn.jaas.loginmodules.password.authenticators:dummy:2.0'
Gradle Kotlin
implementation("org.beiter.michael.authn.jaas.loginmodules.password.authenticators:dummy:2.0")
Scala SBT
libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password.authenticators" % "dummy" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.beiter.michael.authn.jaas.loginmodules.password.authenticators', module='dummy', version='2.0')
)
Apache Ivy
<dependency org="org.beiter.michael.authn.jaas.loginmodules.password.authenticators" name="dummy" rev="2.0" />
Leiningen
[org.beiter.michael.authn.jaas.loginmodules.password.authenticators/dummy "2.0"]
Apache Buildr
'org.beiter.michael.authn.jaas.loginmodules.password.authenticators:dummy:jar:2.0'