mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02:00
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 |
||
---|---|---|
.. | ||
AppEngineInternalAuthenticationMechanism.java | ||
Auth.java | ||
AuthenticationMechanism.java | ||
AuthLevel.java | ||
AuthModule.java | ||
AuthResult.java | ||
BUILD | ||
LegacyAuthenticationMechanism.java | ||
OAuthAuthenticationMechanism.java | ||
OAuthTokenInfo.java | ||
RequestAuthenticator.java | ||
UserAuthInfo.java |