Skip to main content

◆ createUserExternal() [1/4]

CreateUserExternalResponse gpudb::GPUdb::createUserExternal (const CreateUserExternalRequest &request_) const

Creates a new external user (a user whose credentials are managed by an external LDAP).

Attention
This method should be used for on-premise deployments only.
Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ createUserExternal() [2/4]

CreateUserExternalResponse & gpudb::GPUdb::createUserExternal (const CreateUserExternalRequest &request_,
CreateUserExternalResponse &response_ ) const

Creates a new external user (a user whose credentials are managed by an external LDAP).

Attention
This method should be used for on-premise deployments only.
Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ createUserExternal() [3/4]

CreateUserExternalResponse gpudb::GPUdb::createUserExternal (const std::string &name,
const std::map< std::string, std::string > &options ) const

Creates a new external user (a user whose credentials are managed by an external LDAP).

Attention
This method should be used for on-premise deployments only.
Parameters
[in]nameName of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ createUserExternal() [4/4]

CreateUserExternalResponse & gpudb::GPUdb::createUserExternal (const std::string &name,
const std::map< std::string, std::string > &options,
CreateUserExternalResponse &response_ ) const

Creates a new external user (a user whose credentials are managed by an external LDAP).

Attention
This method should be used for on-premise deployments only.
Parameters
[in]nameName of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a . Must not be the same name as an existing user.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).