Package org.n52.security.authentication.loginmodule

Class Summary
AbstractLoginModule Class AbstractLoginModule is a abstract base class for login modules.
AbstractPasswordLoginModule Class AbstractPasswordLoginModule provides a frame implementation for login modules which use username and password credentials to authenticate a user.
CredentialCache  
CredentialCache.SAMLCredentialCacheEntry An implementation of CredentialCacheEntry that contains SAMLCredential instances.
CredentialCacheEntry Marker interface for credential cache entries managed by CredentialCache.
DataBaseLoginModule Pretty simple login module to log in users by means of a password checked against a database connected via JDBC.
FileLoginModule Logs in users by means of username/password, checked against an XML file containing username/password/role information.
FileLoginUser  
FileLoginUserManager  
Options Class Options represents the configuration options of a login module.
SAMLTicketLoginModule Authenticates users by checking a SAMLResponse (or better an instance of SAMLTicket).
SharedState Class SharedState represents the shared state between login modules.
SingleUserLoginModule Class SingleUserLoginModule is a simple login module wich only knows a single user.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.