Uses of Class
org.apache.wiki.auth.user.DuplicateUserException
Packages that use DuplicateUserException
Package
Description
Authentication, Authorization and the third A thing.
-
Uses of DuplicateUserException in org.apache.wiki.auth
Methods in org.apache.wiki.auth that throw DuplicateUserExceptionModifier and TypeMethodDescriptionvoid
DefaultUserManager.setUserProfile
(Context context, UserProfile profile) Saves theUserProfile
for the user in a wiki session.void
UserManager.setUserProfile
(Context context, UserProfile profile) Saves theUserProfile
for the user in a wiki session. -
Uses of DuplicateUserException in org.apache.wiki.auth.user
Methods in org.apache.wiki.auth.user that throw DuplicateUserExceptionModifier and TypeMethodDescriptionvoid
void
Renames aUserProfile
in the user database by changing the profile's login name.void
Renames aUserProfile
in the user database by changing the profile's login name.