v

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