(no commit message)
[utils] / security / impl / src / test / java / org / wamblee / security / authorization / TestAuthorizationRule.java
index 2cae273264ea86f705bb8f34d382ab3be46d27f9..d633840be746e453d659729fbb17c604e5f64a23 100644 (file)
  */ 
 package org.wamblee.security.authorization;
 
-import static org.wamblee.security.authorization.AuthorizationResult.DENIED;
-import static org.wamblee.security.authorization.AuthorizationResult.GRANTED;
+import static org.wamblee.security.authorization.AuthorizationResult.*;
 
 import javax.persistence.DiscriminatorValue;
 import javax.persistence.Entity;
 import javax.persistence.Transient;
 
-import org.wamblee.security.authentication.User;
-
 /**
  * Test authorization rule that also counts the number of times the rule
  * matches.