Package net.sf.jguard.authentication

contains the jGuard authentication API.

See:
          Description

Interface Summary
AuthenticationManager this interface provide the ability to operate on the system which stores user profiles.
 

Class Summary
AbstractAuthenticationManager Abstract class which provides convenient methods for all the AuthenticationManager implementations.
AuthenticationManagerFactory build an AuthenticationManager implementation.
CryptUtils this class is done originally by andy tagish, with his great jaas modules.
JdbcAuthenticationManager AuthenticationManager implementation providing a database backend.
JNDIAuthenticationManager AuthenticationManager implementation providing a JNDI backend.
SubjectTemplate template used to validate user registration and to build the corresponding Subject object.
SubjectUtils utility class to query against subject credentials.
XmlAuthenticationManager AuthenticationManager implementation which persists in an XML repository file.
 

Exception Summary
AuthenticationException  
 

Package net.sf.jguard.authentication Description

contains the jGuard authentication API.