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