Package net.sf.jguard.authentication.loginmodules

contains jGuard loginModules implementations.

See:
          Description

Class Summary
CRLLoginModule validate certificates: validate their certPath and checks if some of them are revoked against CRL(Certificate Revocation list).
JCaptchaLoginModule JCaptcha integration.
JdbcLoginModule LoginModule dedicated to Databases.
JNDILoginModule JNDI - related LoginModule.
OCSPLoginModule Check the revocation status of a public key certificate using OCSP.
UserLoginModule Abstract LoginModule which provides convenient methods for loginmodule involved in grabbing user account informations.
XmlLoginModule LoginModule configured by the jGuardUsersPrincipals XML file.
 

Exception Summary
JCaptchaLoginException  
 

Package net.sf.jguard.authentication.loginmodules Description

contains jGuard loginModules implementations.