Added special message for AUTH users
[pithos] / src / gr / ebs / gss / server / ejb / ExternalAPIRemote.java
index 9dfe156..96fac30 100644 (file)
@@ -570,7 +570,7 @@ public interface ExternalAPIRemote {
         * @throws ObjectNotFoundException if no username was provided
         */
        public User createUser(String username, String name, String mail,
-                               String idp, String idpid) throws DuplicateNameException,
+                               String idp, String idpid, String homeOrg) throws DuplicateNameException,
                                ObjectNotFoundException;
 
        /**