|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplicateUserException | |
---|---|
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 | |
---|---|
void |
UserManager.DummyUserDatabase.rename(String loginName,
String newName)
No-op; always throws NoSuchPrincipalException . |
void |
UserManager.setUserProfile(WikiSession session,
UserProfile profile)
Saves the UserProfile 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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |