global class UserProvisioningResult { global Object clone() { } global List getFailedMappings() { } global List getSuccessfulMappings() { } global Boolean isSuccess() { } global String toString() { } }