Uses of Class
com.atlassian.crowd.openid.server.manager.profile.ProfileAlreadyExistsException

Packages that use ProfileAlreadyExistsException
com.atlassian.crowd.openid.server.manager.profile   
 

Uses of ProfileAlreadyExistsException in com.atlassian.crowd.openid.server.manager.profile
 

Methods in com.atlassian.crowd.openid.server.manager.profile that throw ProfileAlreadyExistsException
 Profile ProfileManager.addNewPopulatedProfile(User user, java.lang.String profileName, java.util.Map attributes)
          Adds a new profile based on attribute name/value pairs.
 Profile ProfileManagerGeneric.addNewPopulatedProfile(User user, java.lang.String profileName, java.util.Map attributes)
          Adds a new profile based on attribute name/value pairs.
 Profile ProfileManager.addNewProfile(User user, SOAPPrincipal principal, java.util.Locale locale, java.lang.String profileName)
          Creates and adds a new profile to a given user.
 Profile ProfileManagerGeneric.addNewProfile(User user, SOAPPrincipal principal, java.util.Locale locale, java.lang.String profileName)
          Creates and adds a new profile to a given 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.
 



Copyright © 2010 Atlassian. All Rights Reserved.