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.setUserProfile(WikiSession 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) |
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.