Package | Description |
---|---|
org.apache.wiki.auth |
Authentication, Authorization and the third A thing.
|
org.apache.wiki.auth.user |
Modifier and Type | Class and Description |
---|---|
static class |
UserManager.DummyUserDatabase
This is a database that gets used if nothing else is available.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCUserDatabase
Implementation of UserDatabase that persists
DefaultUserProfile
objects to a JDBC DataSource, as might typically be provided by a web
container. |
class |
XMLUserDatabase
Manages
DefaultUserProfile objects using XML files for persistence. |
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.