validators
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
<artifactId>validators</artifactId>
<version>2.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.beiter.michael.authn.jaas.loginmodules</groupId>
<artifactId>password</artifactId>
<version>2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
<artifactId>validators</artifactId>
<packaging>pom</packaging>
<version>2.0</version>
<name>validators</name>
<description>
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.
</description>
<url>http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/</url>
<modules>
<module>plaintext</module>
</modules>
<scm>
<url>https://github.com/mbeiter/jaas</url>
<connection>scm:git:git://github.com/mbeiter/jaas.git</connection>
<developerConnection>scm:git:git@github.com:mbeiter/jaas.git</developerConnection>
</scm>
<!--
Required for 'mvn site/ to build the links correctly. Requires the URL of this module to be set to:
<url>http://mbeiter.github.io/jaas/docs/${project.version}/${project.artifactId}/</url>
-->
<distributionManagement>
<site>
<id>github.gh-pages</id>
<url>${project.url}</url>
</site>
</distributionManagement>
</project>