Uses of Class
org.apache.wiki.auth.user.DuplicateUserException
-
Packages that use DuplicateUserException Package Description org.apache.wiki.auth Authentication, Authorization and the third A thing.org.apache.wiki.auth.user -
-
Uses of DuplicateUserException in org.apache.wiki.auth
Methods in org.apache.wiki.auth that throw DuplicateUserException Modifier and Type Method Description voidDefaultUserManager. setUserProfile(Context context, UserProfile profile)Saves theUserProfilefor the user in a wiki session.voidUserManager. setUserProfile(Context context, UserProfile profile)Saves theUserProfilefor the user in a wiki session. -
Uses of DuplicateUserException in org.apache.wiki.auth.user
Methods in org.apache.wiki.auth.user that throw DuplicateUserException Modifier and Type Method Description voidJDBCUserDatabase. rename(java.lang.String loginName, java.lang.String newName)voidUserDatabase. rename(java.lang.String loginName, java.lang.String newName)Renames aUserProfilein the user database by changing the profile's login name.voidXMLUserDatabase. rename(java.lang.String loginName, java.lang.String newName)Renames aUserProfilein the user database by changing the profile's login name.
-