Last Version

authenticators 2.0

This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module is a container for authenticator 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

authenticators
Version

Version

2.0
Type

Type

pom
Description

Description

authenticators
This module is part of a JAAS library, provoding password based credential authenticators. This particular Maven module is a container for authenticator 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/authenticators/
Project Organization

Project Organization

Michael Beiter <[email protected]>
Source Code Management

Source Code Management

https://github.com/mbeiter/jaas

Download authenticators 2.0

Filename Size
authenticators-2.0.pom 1 KB
Browse

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

  • dummy
  • jdbc