◆ createUserExternal() [1/4]
| CreateUserExternalResponse gpudb::GPUdb::createUserExternal | ( | const CreateUserExternalRequest & | request_ | ) | const |
◆ 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
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] | name | Name 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] | options | Optional parameters.
|
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] | name | Name 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] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).