Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.UserIdentityProperties
-
Packages that use UserIdentityProperties 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 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.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 -
Uses of UserIdentityProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return UserIdentityProperties Modifier and Type Method Description UserIdentityPropertiesUserIdentityRequestBody. getProperties()Return the properties for this user identity.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type UserIdentityProperties Modifier and Type Method Description voidUserIdentityRequestBody. setProperties(UserIdentityProperties properties)Set up the properties for this user identity.
-