google-nomulus/java/google/registry/request/auth
guyben 9aa7b69921 Add web console for creating registrars
This console is only to be used by Admins (either GAE admins for this project, or Support accounts). It is for "internal" use only, not for use by the registrars themselves.

To prevent abuse, the registrar is created in a non-functional PENDING state and can only be made functional from the nomulus shell tool.

While in "PENDING" state, the registrar can be updated from the registrar-console by admins.

Also - moving all the web consoles to the same directory (moving the otesetup/* files into registrar/)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229681011
2019-01-17 19:19:09 -05:00
..
AppEngineInternalAuthenticationMechanism.java Add XSRF protection to legacy authentication mechanism 2017-03-07 13:18:04 -05:00
Auth.java Change UserPolicy to PUBLIC on WHOIS and EPP endpoints 2018-04-23 14:59:24 -04:00
AuthenticatedRegistrarAccessor.java Add web console for creating registrars 2019-01-17 19:19:09 -05: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 Remove Google-internal auth mechanism 2018-12-13 15:05:44 -05:00
AuthResult.java Include the performing user in the "Registrar updated" emails 2018-10-22 18:41:38 -04:00
BUILD Move AuthenticatedRegistrarAccessor to request/auth/ 2018-11-16 16:54:21 -05:00
LegacyAuthenticationMechanism.java Fix @VisibleForTesting given the newly deployed enforcement 2019-01-10 16:23:35 -05:00
OAuthAuthenticationMechanism.java Fix @VisibleForTesting given the newly deployed enforcement 2019-01-10 16:23:35 -05:00
OAuthTokenInfo.java Add request/auth package to Nomulus release 2017-02-14 12:00:49 -05:00
RequestAuthenticator.java Fix @VisibleForTesting given the newly deployed enforcement 2019-01-10 16:23:35 -05:00
UserAuthInfo.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00