* @param username the username (if any) used for the authentication
* @param password the password (if any) used for the authentication
*/
private void storeCredentials(String ssoId, String authType, String username, String password)
{
SSOCredentials credentials = new SSOCredentials(authType, username, password);
// Add this SSO to our list of in-process local adds so
// this.nodeModified() will ignore the addition
beingLocallyAdded.set(ssoId);