Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ProfileIdentityProperties
-
Packages that use ProfileIdentityProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
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
-