Uses of Class
com.ecyrd.jspwiki.auth.login.AbstractLoginModule

Packages that use AbstractLoginModule
com.ecyrd.jspwiki.auth.login   
 

Uses of AbstractLoginModule in com.ecyrd.jspwiki.auth.login
 

Subclasses of AbstractLoginModule in com.ecyrd.jspwiki.auth.login
 class AnonymousLoginModule
           Logs in a user based solely on IP address; no other authentication is performed.
 class CookieAssertionLoginModule
           Logs in a user based on assertion of a name supplied in a cookie.
 class UserDatabaseLoginModule
           Logs in a user based on a username, password, and static password file location.
 class WebContainerLoginModule
           Logs in a user by extracting authentication data from an Http servlet session.