Uses of Class
com.gpudb.protocol.CreateUserExternalResponse
-
Packages that use CreateUserExternalResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUserExternalResponse in com.gpudb
Methods in com.gpudb that return CreateUserExternalResponse Modifier and Type Method Description CreateUserExternalResponseGPUdb. createUserExternal(CreateUserExternalRequest request)Creates a new external user (a user whose credentials are managed by an external LDAP).CreateUserExternalResponseGPUdb. createUserExternal(String name, Map<String,String> options)Creates a new external user (a user whose credentials are managed by an external LDAP). -
Uses of CreateUserExternalResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUserExternalResponse Modifier and Type Method Description CreateUserExternalResponseCreateUserExternalResponse. setInfo(Map<String,String> info)Additional information.CreateUserExternalResponseCreateUserExternalResponse. setName(String name)Value ofname.
-