Package org.apache.wiki.auth.login
package org.apache.wiki.auth.login
Provides the different login modules that JSPWiki uses.
Package Specification
TBDRelated Documentation
TBD-
ClassesClassDescriptionAbstract JAAS
LoginModule
that implements base functionality.Logs in a user based solely on IP address; no other authentication is performed.Callback for requesting and supplying an Authorizer required by a LoginModule.Logs in a user based on assertion of a name supplied in a cookie.Logs in a user based on a cookie stored in the user's computer.Callback for requesting and supplying a HttpServletRequest required by a LoginModule.Wrapper class for container-managed or externally-provided principals.Callback for requesting and supplying a wiki UserDatabase.Logs in a user based on a username, password, and static password file location.Handles logins made from within JSPWiki.Logs in a user by extracting authentication data from an Http servlet session.Handles logins made from inside the wiki application, rather than via the web container.Callback for requesting and supplying the WikiEngine object required by a LoginModule.