| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| org.odpi.openmetadata.accessservices.communityprofile.metadataelement | |
| org.odpi.openmetadata.accessservices.communityprofile.properties | |
| org.odpi.openmetadata.accessservices.communityprofile.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UserIdentityManagementInterface.createUserIdentity(String userId,
String externalSourceGUID,
String externalSourceName,
UserIdentityProperties newIdentity)
Create a UserIdentity.
|
void |
UserIdentityManagementInterface.updateUserIdentity(String userId,
String externalSourceGUID,
String externalSourceName,
String userIdentityGUID,
boolean isMergeUpdate,
UserIdentityProperties properties)
Update a UserIdentity.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentityProperties |
UserIdentityElement.getProperties()
Return the properties of the userId.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentityElement.setProperties(UserIdentityProperties properties)
Set up the userId properties.
|
| Constructor and Description |
|---|
UserIdentityProperties(UserIdentityProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentityProperties |
UserIdentityRequestBody.getProperties()
Return the properties for this user identity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentityRequestBody.setProperties(UserIdentityProperties properties)
Set up the properties for this user identity.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.