Last Version

validators 2.0

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.

License

License

BSD 3-clause Revised License
Categories

Categories

JAAS: Jakarta Authentication & Jakarta Authorization Jakarta EE Jakarta Security
GroupId

GroupId

org.beiter.michael.authn.jaas.loginmodules.password
ArtifactId

ArtifactId

validators
Version

Version

2.0
Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://mbeiter.github.io/jaas/docs/2.0/validators/
Project Organization

Project Organization

Michael Beiter <[email protected]>
Source Code Management

Source Code Management

https://github.com/mbeiter/jaas

Download validators 2.0

Filename Size
validators-2.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password/validators/ -->
<dependency>
    <groupId>org.beiter.michael.authn.jaas.loginmodules.password</groupId>
    <artifactId>validators</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password/validators/
implementation 'org.beiter.michael.authn.jaas.loginmodules.password:validators:2.0'
// https://jarcasting.com/artifacts/org.beiter.michael.authn.jaas.loginmodules.password/validators/
implementation ("org.beiter.michael.authn.jaas.loginmodules.password:validators:2.0")
'org.beiter.michael.authn.jaas.loginmodules.password:validators:pom:2.0'
<dependency org="org.beiter.michael.authn.jaas.loginmodules.password" name="validators" rev="2.0">
  <artifact name="validators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.authn.jaas.loginmodules.password', module='validators', version='2.0')
)
libraryDependencies += "org.beiter.michael.authn.jaas.loginmodules.password" % "validators" % "2.0"
[org.beiter.michael.authn.jaas.loginmodules.password/validators "2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.beiter.michael.authn.jaas : common jar 2.0
org.slf4j : slf4j-log4j12 jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

  • plaintext