Uses of Class
com.ecyrd.jspwiki.auth.user.DuplicateUserException

Packages that use DuplicateUserException
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.auth.user   
 

Uses of DuplicateUserException in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth that throw DuplicateUserException
 void UserManager.DummyUserDatabase.rename(String loginName, String newName)
          No-op; always throws NoSuchPrincipalException.
 void UserManager.setUserProfile(WikiSession session, UserProfile profile)
           Saves the UserProfilefor the user in a wiki session.
 

Uses of DuplicateUserException in com.ecyrd.jspwiki.auth.user
 

Methods in com.ecyrd.jspwiki.auth.user that throw DuplicateUserException
 void XMLUserDatabase.rename(String loginName, String newName)
           
 void UserDatabase.rename(String loginName, String newName)
          Renames a UserProfile in the user database by changing the profile's login name.
 void JDBCUserDatabase.rename(String loginName, String newName)