google-nomulus/java/google/registry/request/auth
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
..
AppEngineInternalAuthenticationMechanism.java Add XSRF protection to legacy authentication mechanism 2017-03-07 13:18:04 -05:00
Auth.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
AuthenticationMechanism.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
AuthLevel.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
AuthModule.java Add XSRF protection to legacy authentication mechanism 2017-03-07 13:18:04 -05:00
AuthResult.java Change registrar console login code in preparation for removing requireLogin 2017-06-21 09:56:10 -04:00
BUILD Add XSRF protection to legacy authentication mechanism 2017-03-07 13:18:04 -05:00
LegacyAuthenticationMechanism.java Change XsrfTokenManager to support new HMAC token format 2017-03-07 13:31:46 -05:00
OAuthAuthenticationMechanism.java Add logging to OAuth authentication mechanism 2017-03-21 15:09:38 -04:00
OAuthTokenInfo.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
RequestAuthenticator.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
UserAuthInfo.java Change registrar console login code in preparation for removing requireLogin 2017-06-21 09:56:10 -04:00