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 TypeMethodDescriptionvoidDefaultUserManager.setUserProfile(org.apache.wiki.api.core.Context context, UserProfile profile) Saves theUserProfilefor the user in a wiki session.This method verifies that a user profile to be saved doesn't collide with existing profiles; that is, the login name or full name is already used by another profile.voidUserManager.setUserProfile(org.apache.wiki.api.core.Context context, UserProfile profile) Saves theUserProfilefor the user in a wiki session.This method verifies that a user profile to be saved doesn't collide with existing profiles; that is, the login name or full name is already used by another profile. -
Uses of DuplicateUserException in org.apache.wiki.auth.user
Methods in org.apache.wiki.auth.user that throw DuplicateUserExceptionModifier and TypeMethodDescriptionvoidvoidRenames aUserProfilein the user database by changing the profile's login name.voidRenames aUserProfilein the user database by changing the profile's login name.