Skip to content

gnodet/jlibpam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLibPam

Description

JLibPam is a small java library that allows accessing the Pluggable Authentication Modules (PAM) layer on Unix based operating systems.

Features

  • Provides full access to the PAM layer.
  • Easy to use interface.

Synopsis

Most of Java based applications to not integrate with the Operating System security layer. However, in certain cases, you may need to do so. This library will allow accessing the PAM layer wich is used nearly all Unix systems.

Example Usage

Authenticating a user can be done using the following code:

org.fusesource.jlibpam.Pam.authenticate("system", "user", "password");

In addition to those easy to use high level methods, you can also access lower level methods if required.

Project Links

About

Java Library for Pluggable Authentication Modules (PAM) access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages