google-nomulus/javatests/google/registry/module/frontend
guyben e224a67eda Change @Auth to an AutoValue, and created a set of predefined Auths
We want to be safer and more explicit about the authentication needed by the many actions that exist.

As such, we make the 'auth' parameter required in @Action (so it's always clear who can run a specific action) and we replace the @Auth with an enum so that only pre-approved configurations that are aptly named and documented can be used.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162210306
2017-08-01 16:33:10 -04:00
..
testdata Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
BUILD Add golden files for request component routing maps 2017-06-05 18:17:09 -04:00
FrontendRequestComponentTest.java Add golden files for request component routing maps 2017-06-05 18:17:09 -04:00
FrontendServletTest.java Fix stale doPost references in servlet test method names 2017-02-27 11:15:01 -05:00