commit | 4f6f70cdd10dc7ddea58f0e6b2c3b4fd2334e467 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Wed Apr 29 14:32:23 2020 -0700 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Thu Sep 10 13:27:07 2020 -0700 |
tree | 302da55b7d829a644a1334651367c2c7b8410db9 | |
parent | 2c344c0fec0f6fc247a1432cd599ce71876218a0 [diff] |
Extract permission checking as a separate aspect Permission checking logic is about to get more complicated, so this change extracts it to a separate aspect class, where it doesn't get mixed up with validation logic. Change-Id: Id1c718fdd233244537c51ec1802a25571671c91c Bug: 163865561