|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileDoesNotExistException | |
---|---|
com.atlassian.crowd.openid.server.manager.profile |
Uses of ProfileDoesNotExistException in com.atlassian.crowd.openid.server.manager.profile |
---|
Methods in com.atlassian.crowd.openid.server.manager.profile that throw ProfileDoesNotExistException | |
---|---|
void |
ProfileManager.deleteProfile(User user,
long profileID)
Deletes a the given profile from a user. |
void |
ProfileManagerGeneric.deleteProfile(User user,
long profileID)
Deletes a the given profile from a user. |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user. |
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID)
Retrieves the requested profile from a user. |
void |
ProfileManager.makeDefaultProfile(User user,
long profileID)
Changes the default profile of a user. |
void |
ProfileManagerGeneric.makeDefaultProfile(User user,
long profileID)
Changes the default profile of a user. |
void |
ProfileManager.renameProfile(User user,
long profileID,
java.lang.String newName)
Rename an existing profile of a user. |
void |
ProfileManagerGeneric.renameProfile(User user,
long profileID,
java.lang.String newName)
Rename an existing profile of a user. |
void |
ProfileManager.updateProfile(User user,
long profileID,
java.util.Map attributes)
Updates a user's profile given a map of attributes. |
void |
ProfileManagerGeneric.updateProfile(User user,
long profileID,
java.util.Map attributes)
Updates a user's profile given a map of attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |