Package com.cenqua.shaj

System/Host Authentication for Java.

See:
          Description

Class Summary
Authenticator Base-class for platform-specific authentication.
PAMAuthenticator Checks passwords against the local PAM service.
Shaj A simple way of verifying username/passwords (authentication) and checking group membership.
Win32Authenticator Checks user passwords and group-memebership with a Windows domain or computer.
 

Package com.cenqua.shaj Description

System/Host Authentication for Java.

Most users of this API can simply use the static methods in the Shaj class.

Users who want more control over Shaj can use Authenticator (which contains a default singleton), or one of its platform-specfific subclasses.



Copyright © 2005 Cenqua. All Rights Reserved.