now using the simplified user management interface.
[utils] / security / impl / src / test / java / org / wamblee / security / authorization / TestAuthorizationRule.java
index 9eac9550c8323e66d47e0e16e0cbda42884bd39c..2cae273264ea86f705bb8f34d382ab3be46d27f9 100644 (file)
@@ -69,17 +69,9 @@ public class TestAuthorizationRule extends UrlAuthorizationRule {
         return ((TestResource) aResource).getPath();
     }
 
-    /*
-     * (non-Javadoc)
-     * 
-     * @see
-     * org.wamblee.security.authorization.UrlAuthorizationRule#isAllowed(java
-     * .lang.Object, org.wamblee.security.authorization.Operation,
-     * org.wamblee.usermgt.UserAccessor)
-     */
     @Override
     public AuthorizationResult isAllowed(Object aResource,
-        Operation aOperation, User aUser) {
+        Operation aOperation, String aUser) {
         AuthorizationResult result = super.isAllowed(aResource, aOperation,
             aUser);