now using the simplified user management interface.
[utils] / security / impl / src / main / java / org / wamblee / security / authorization / AbstractAuthorizationRule.java
index 69d51b9ff28d728128dc544446b28f98a6bcce28..ebd52882749fffc1e95f225ea70f629af5e7715d 100644 (file)
@@ -23,9 +23,11 @@ import javax.persistence.Id;
 import javax.persistence.Inheritance;
 import javax.persistence.InheritanceType;
 import javax.persistence.Table;
+import javax.persistence.Transient;
 import javax.persistence.Version;
 
 import org.wamblee.security.authentication.User;
+import org.wamblee.security.authentication.UserAdministration;
 
 /**
  * Represents an authorization rule to determine whether an operation is allowed