[Yanel-commits] rev 57067 - public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Tue Mar 1 17:12:05 CET 2011


Author: michi
Date: 2011-03-01 17:12:05 +0100 (Tue, 01 Mar 2011)
New Revision: 57067

Modified:
   public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/DeleteUserResource.java
Log:
todo added re delete access policy

Modified: public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/DeleteUserResource.java
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/DeleteUserResource.java	2011-03-01 16:09:01 UTC (rev 57066)
+++ public/yanel/trunk/src/resources/user-mgmt/src/java/org/wyona/yanel/impl/resources/DeleteUserResource.java	2011-03-01 16:12:05 UTC (rev 57067)
@@ -41,6 +41,7 @@
             UserManager userManager = getRealm().getIdentityManager().getUserManager();
             userManager.removeUser(id);
             addInfoMessage("User " + id + " deleted successfully.");
+            log.warn("TODO: Delete access policy!"); // Also see CreateUserResource
         } catch (AccessManagementException e) {
             log.error(e, e);
             throw new UsecaseException(e.getMessage(), e);



More information about the Yanel-commits mailing list