Uses of Class
org.apache.wiki.auth.user.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(Session session, UserProfile profile)Saves theUserProfilefor the user in a wiki session.voidUserManager. setUserProfile(Session session, 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(String loginName, String newName)voidUserDatabase. rename(String loginName, String newName)Renames aUserProfilein the user database by changing the profile's login name.voidXMLUserDatabase. rename(String loginName, String newName)Renames aUserProfilein the user database by changing the profile's login name.