google-nomulus/java/google/registry/request/auth
mountford 2f238a2c77 Reduce number of authentication/authorization log statements
The auth logging has been useful, but it now generates a sizeable percentage of all logging, because it spits out three to five lines for every request in the system. This CL reduces that to two to three. We may eventually want to reduce it further, but this is a good start.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164146182
2017-08-29 15:39: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 Remove invalid comment and add temp variable 2017-08-29 15:34:49 -04:00
OAuthTokenInfo.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
RequestAuthenticator.java Reduce number of authentication/authorization log statements 2017-08-29 15:39:10 -04:00
UserAuthInfo.java Change registrar console login code in preparation for removing requireLogin 2017-06-21 09:56:10 -04:00