mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Use AuthenticatedRegistrarAccessor in EppConsoleAction
EppConsoleAction still "manually" checks access by going over the RegistrarContacts. We need it to use AuthenticatedRegistrarAccessor just like every other part of the registrar console. We still need to remove the (now unneeded) login EPP sent by the console, but that's left for a followup CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222404208
This commit is contained in:
parent
eca3461dec
commit
5f283ebd09
15 changed files with 102 additions and 176 deletions
|
@ -51,8 +51,7 @@ import javax.inject.Inject;
|
|||
* @error {@link google.registry.flows.EppException.UnimplementedExtensionException}
|
||||
* @error {@link google.registry.flows.EppException.UnimplementedObjectServiceException}
|
||||
* @error {@link google.registry.flows.EppException.UnimplementedProtocolVersionException}
|
||||
* @error {@link google.registry.flows.GaeUserCredentials.BadGaeUserIdException}
|
||||
* @error {@link google.registry.flows.GaeUserCredentials.UserNotLoggedInException}
|
||||
* @error {@link google.registry.flows.GaeUserCredentials.UserForbiddenException}
|
||||
* @error {@link google.registry.flows.TlsCredentials.BadRegistrarCertificateException}
|
||||
* @error {@link google.registry.flows.TlsCredentials.BadRegistrarIpAddressException}
|
||||
* @error {@link google.registry.flows.TlsCredentials.MissingRegistrarCertificateException}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue