* credentials and URL in the server, are invalid, or failed to retrieve
* list of spaces
*/
public CloudSpacesDescriptor resolveDescriptor(String urlText, String userName, String password, boolean selfSigned,
IRunnableContext context, boolean updateDescriptor) throws CoreException {
CloudSpacesDescriptor descriptor = null;
if (updateDescriptor) {
descriptor = internalUpdateDescriptor(urlText, userName, password, selfSigned, context);
}
IStatus status = validateCurrent(getCurrentCloudSpace());