Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ProfileIdentityProperties
-
Packages that use ProfileIdentityProperties 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.metadataelements 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. -
-
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidUserIdentityManagementInterface. addIdentityToProfile(String userId, String externalSourceGUID, String externalSourceName, String userIdentityGUID, String profileGUID, ProfileIdentityProperties properties)Link a user identity to a profile.voidUserIdentityManagementInterface. updateProfileIdentity(String userId, String externalSourceGUID, String externalSourceName, String userIdentityGUID, String profileGUID, boolean isMergeUpdate, ProfileIdentityProperties properties)Update the properties of the relationship between a user identity and profile. -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ProfileIdentityProperties Modifier and Type Method Description ProfileIdentityPropertiesProfileIdentityElement. getProfileIdentity()Return the properties from the profile identity relationship.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidProfileIdentityElement. setProfileIdentity(ProfileIdentityProperties profileIdentity)Set up the properties from the profile identity relationship. -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ProfileIdentityProperties Constructor Description ProfileIdentityProperties(ProfileIdentityProperties template)Copy/clone constructor -
Uses of ProfileIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ProfileIdentityProperties Modifier and Type Method Description ProfileIdentityPropertiesProfileIdentityRequestBody. getProperties()Return the properties for this profile identity.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ProfileIdentityProperties Modifier and Type Method Description voidProfileIdentityRequestBody. setProperties(ProfileIdentityProperties properties)Set up the properties for this profile identity.
-