google-nomulus/java/google/registry/request/auth
mountford 1f000b94e6 Set correct auth settings for all actions
A test has been added to RequestHandlerTest, making sure that, while we merely log errors for the time being, the correct dummy AuthResult is being created.

Most actions use the default settings, which have been changed to INTERNAL / APP / IGNORED. Actions with non-default settings are:

INTERNAL/NONE/PUBLIC (non-auth public endpoints)

CheckApiAction
WhoisHttpServer
Rdap*Action

INTERNAL,API/APP/ADMIN (things currently protected by web.xml)

EppTlsAction
EppToolAction
CreateGroupsAction
CreatePremiumListAction
DeleteEntityAction
List*sAction
UpdatePremiumListAction
VerifyOteAction
WhoisServer

INTERNAL,API,LEGACY/USER/PUBLIC (registrar console)

RegistrarPaymentAction
RegistrarPaymentSetupAction
RegistrarSettingsAction
EppConsoleAction

INTERNAL,API,LEGACY/NONE/PUBLIC (registrar console main page)

ConsoleUiAction

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149761652
2017-03-13 11:22:55 -04:00
..
AppEngineInternalAuthenticationMechanism.java Add XSRF protection to legacy authentication mechanism 2017-03-07 13:18:04 -05:00
Auth.java Set correct auth settings for all actions 2017-03-13 11:22:55 -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 Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05: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 request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
OAuthTokenInfo.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
RequestAuthenticator.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
UserAuthInfo.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00