Refactor to use std::string and remove using directive from header
Refactor to use std::string instead of string so that we can remove from the using directive from the header TJAlienCredentials.h. This using directive polluted the global namespace and the namespace of every file which happens to include it.