Package | Description |
---|---|
com.atlassian.crowd.openid.server.manager.profile |
Modifier and Type | Method and Description |
---|---|
void |
ProfileManagerGeneric.deleteProfile(User user,
long profileID) |
void |
ProfileManager.deleteProfile(User user,
long profileID)
Deletes a the given profile from a user.
|
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID) |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user.
|
void |
ProfileManagerGeneric.makeDefaultProfile(User user,
long profileID) |
void |
ProfileManager.makeDefaultProfile(User user,
long profileID)
Changes the default profile of a user.
|
void |
ProfileManagerGeneric.updateProfile(User user,
long profileID,
Map<String,String> attributes) |
void |
ProfileManager.updateProfile(User user,
long profileID,
Map<String,String> attributes)
Updates a user's profile given a map of attributes.
|
Copyright © 2021 Atlassian. All rights reserved.