Uses of Class
org.apache.wiki.auth.login.AbstractLoginModule

Packages that use AbstractLoginModule
org.apache.wiki.auth.login Provides the different login modules that JSPWiki uses. 
 

Uses of AbstractLoginModule in org.apache.wiki.auth.login
 

Subclasses of AbstractLoginModule in org.apache.wiki.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 CookieAuthenticationLoginModule
          Logs in an user based on a cookie stored in the user's computer.
 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.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.