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

b/src/gr/ebs/gss/server/ejb/ExternalAPI.java
830 830
	 * @param username the username of the new user
831 831
	 * @param name the full name of the new user
832 832
	 * @param mail the e-mail of the new user
833
	 * @param persistentId the persistent ID of the new user
833
	 * @param idp the IdP of the new user
834
	 * @param idpid the IdP identifier of the new user
834 835
	 * @return the newly-created User object
835 836
	 * @throws DuplicateNameException if a user with the same username already exists
836 837
	 * @throws ObjectNotFoundException if no username was provided
837 838
	 */
838
	public User createUser(String username, String name, String mail, String persistentId)
839
	public User createUser(String username, String name, String mail, String idp, String idpid)
839 840
			throws DuplicateNameException, ObjectNotFoundException;
840 841

  
841 842
	/**

Also available in: Unified diff