| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
UserIdentityOutboundEvent.getUserIdentity()
Return the user identity that is the subject of this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentityOutboundEvent.setUserIdentity(UserIdentity userIdentity)
Set up the user identity that is the subject of this event.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserIdentity> |
PersonalProfile.getAssociatedUserIds()
Return the userIds associated with the profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalProfile.setAssociatedUserIds(List<UserIdentity> associatedUserIds)
Set up the userIds associated with the profile.
|
| Constructor and Description |
|---|
UserIdentity(UserIdentity template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityProfileOutTopicPublisher.sendDeletedUserIdentityEvent(UserIdentity bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewExternalUserIdentityEvent(UserIdentity bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendNewUserIdentityEvent(UserIdentity bean)
Send an event to the Community Profile OMAS Out Topic.
|
void |
CommunityProfileOutTopicPublisher.sendUpdatedUserIdentityEvent(UserIdentity bean)
Send an event to the Community Profile OMAS Out Topic.
|
Copyright © 2018–2019 ODPi. All rights reserved.