Jpam

Jpam is a Java-PAM bridge. PAM, or Pluggable Authentication Modules, is a standard security architecture used on Linux, Solaris, HP-UX, Mac OS X and other Unix systems.

<!-- https://mvnrepository.com/artifact/net.sf.jpam/jpam -->
<dependency>
    <groupId>net.sf.jpam</groupId>
    <artifactId>jpam</artifactId>
    <version>1.1</version>
</dependency>
原文地址:https://www.cnblogs.com/ppju/p/12210368.html