Uses of Class
com.gpudb.protocol.CreateUserExternalRequest
-
Packages that use CreateUserExternalRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUserExternalRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateUserExternalRequest Modifier and Type Method Description CreateUserExternalResponseGPUdb. createUserExternal(CreateUserExternalRequest request)Creates a new external user (a user whose credentials are managed by an external LDAP). -
Uses of CreateUserExternalRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUserExternalRequest Modifier and Type Method Description CreateUserExternalRequestCreateUserExternalRequest. setName(String name)Name of the user to be created.CreateUserExternalRequestCreateUserExternalRequest. setOptions(Map<String,String> options)Optional parameters.
-