[maven-release-plugin] copy for tag wamblee-utils-0.2.2
[utils] / security / src / main / java / org / wamblee / security / authorization / DefaultAuthorizationService.java
index d455ade2b584f6a631694d6ad37ee517afc44b7e..b3dc524d40273c8cb5f5c1a66f721ca4771028fc 100644 (file)
@@ -29,6 +29,8 @@ import org.wamblee.usermgt.UserAccessor;
  * of authorization rules in a fixed order. The first rule that gives a result GRANTED or 
  * DENIED determines the result of the evaluation. Rules that return any other result are 
  * ignoed. If none of the rules match, than access is denied. 
+ *
+ * @author Erik Brakkee
  */
 public class DefaultAuthorizationService extends AbstractPersistent implements AuthorizationService {