google-nomulus/java/google/registry/tools/server
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
..
javascrap Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BUILD Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
CreateGroupsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
CreateOrUpdatePremiumListAction.java Don't log premium list nomulus tool usage errors as SEVERE 2017-03-13 11:22:55 -04:00
CreatePremiumListAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
DeleteEntityAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
GenerateZoneFilesAction.java Filter domains w/disallowed statuses from zone file generation MR 2017-02-17 12:26:29 -05:00
KillAllCommitLogsAction.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
KillAllEntitiesReducer.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
KillAllEppResourcesAction.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
ListDomainsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListHostsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListObjectsAction.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListPremiumListsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListRegistrarsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListReservedListsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListTldsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ResaveAllEppResourcesAction.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ToolsServerModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdatePremiumListAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
VerifyOteAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00