Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties 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 UserIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type UserIdentityProperties Modifier and Type Method Description StringUserIdentityManagementInterface. createUserIdentity(String userId, String externalSourceGUID, String externalSourceName, UserIdentityProperties newIdentity)Create a UserIdentity.StringUserIdentityManagementInterface. createUserIdentityForProfile(String userId, String externalSourceGUID, String externalSourceName, String profileGUID, UserIdentityProperties newIdentity)Create a UserIdentity that is for the sole use of a specific actor profile.voidUserIdentityManagementInterface. updateUserIdentity(String userId, String externalSourceGUID, String externalSourceName, String userIdentityGUID, boolean isMergeUpdate, UserIdentityProperties properties)Update a UserIdentity. -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type UserIdentityProperties Modifier and Type Method Description voidUserIdentityElement. setProperties(UserIdentityProperties properties)Set up the userId properties. -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type UserIdentityProperties Constructor Description UserIdentityProperties(UserIdentityProperties template)Copy/clone constructor
-