|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLoginModule | |
|---|---|
| com.ecyrd.jspwiki.auth.login | Provides the different login modules that JSPWiki uses. |
| 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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||