| Package | Description |
|---|---|
| org.apache.wiki.auth |
Authentication, Authorization and the third A thing.
|
| org.apache.wiki.auth.user |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUserManager.setUserProfile(Session session,
UserProfile profile)
Saves the
UserProfile for the user in a wiki session. |
void |
UserManager.setUserProfile(Session session,
UserProfile profile)
Saves the
UserProfile for the user in a wiki session. |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCUserDatabase.rename(String loginName,
String newName) |
void |
UserDatabase.rename(String loginName,
String newName)
Renames a
UserProfile in the user database by changing the profile's login name. |
void |
XMLUserDatabase.rename(String loginName,
String newName)
Renames a
UserProfile in the user database by changing the profile's login name. |
Copyright © 2001-2020 The Apache Software Foundation. All rights reserved.