*
* @exception RegistryException;
*/
public AuthToken getAuthToken(String userID, String cred)
throws RegistryException {
GetAuthTokenDocument doc = GetAuthTokenDocument.Factory.newInstance();
GetAuthToken request = doc.addNewGetAuthToken();
if (userID != null) {
request.setUserID(userID);
}