Revision c35f359f src/gr/ebs/gss/server/ejb/ExternalAPIRemote.java

b/src/gr/ebs/gss/server/ejb/ExternalAPIRemote.java
571 571
	 * @param username the username of the new user
572 572
	 * @param name the full name of the new user
573 573
	 * @param mail the e-mail of the new user
574
	 * @param persistentId the persistentId of the new user
574
	 * @param idp the IdP of the new user
575
	 * @param idpid the IdP ID of the new user
575 576
	 * @return the newly-created User object
576 577
	 * @throws DuplicateNameException if a user with the same username already exists
577 578
	 * @throws ObjectNotFoundException if no username was provided
578 579
	 */
579 580
	public User createUser(String username, String name, String mail,
580
				String persistentId) throws DuplicateNameException,
581
				String idp, String idpid) throws DuplicateNameException,
581 582
				ObjectNotFoundException;
582 583

  
583 584
	/**

Also available in: Unified diff