Author: glandais Date: 2008-03-20 16:40:12 +0000 (Thu, 20 Mar 2008) New Revision: 1425 Modified: trunk/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationService.java Log: Format Modified: trunk/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationService.java =================================================================== --- trunk/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationService.java 2008-03-20 16:38:30 UTC (rev 1424) +++ trunk/simexplorer-is/simexplorer-is-service/src/java/fr/cemagref/simexplorer/is/service/AuthenticationService.java 2008-03-20 16:40:12 UTC (rev 1425) @@ -82,12 +82,19 @@ * @param token the token * @param id the id * - * @return the user - * * @throws SimExplorerException the sim explorer service exception */ - // public void changePassword(String token, String password) - // throws SimExplorerException; + // public void changePassword(String token, String password) throws SimExplorerException; + /** + * Gets the actor. + * + * @param token the token + * @param id the id + * + * @return the actor + * + * @throws SimExplorerException the sim explorer exception + */ public Actor getActor(String token, Integer id) throws SimExplorerException; /** @@ -217,8 +224,7 @@ public Group[] getGroups(String token) throws SimExplorerException; /** - * Gets the logged user. - * Throws SimExplorerException if token is invalid (ie not logged) + * Gets the logged user. Throws SimExplorerException if token is invalid (ie not logged) * * @param token the token * @@ -273,6 +279,6 @@ */ public void setPermissions(String token, String uuid, Permission[] permissions) throws SimExplorerException; -// public Object debugQuery(String query, int type); - + // public Object debugQuery(String query, int type); + }