Get user for OSLC client
user = getUser(myClient)
example
user = getUser(myClient) returns the configured user for the OSLC client myClient.
user
myClient
collapse all
This example shows how to get the user for an OSLC client created in MATLAB® and configure the client to connect to an OSLC service provider for the requirements management domain.
After you have created and configured an OSLC client as described in Create and Configure an OSLC Client for the Requirements Management Domain, get the user for the OSLC client myClient.
user = 'jdoe'
oslc.Client
OSLC client, specified as an oslc.Client object.
User for the OSLC client, returned as a character vector.
login | oslc.Client | setUser
login
setUser