| 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 |
UserManager.DummyUserDatabase.rename(String loginName,
String newName)
No-op; always throws
NoSuchPrincipalException. |
void |
UserManager.setUserProfile(WikiSession session,
UserProfile profile)
Saves the
UserProfilefor the user in
a wiki session. |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLUserDatabase.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 |
JDBCUserDatabase.rename(String loginName,
String newName) |
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.