Package | Description |
---|---|
org.apache.wiki.auth.login |
Provides the different login modules that JSPWiki uses.
|
Modifier and Type | Class and Description |
---|---|
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 © 2001-2019 The Apache Software Foundation. All rights reserved.