mirror of
https://github.com/google/nomulus.git
synced 2025-05-11 17:28:21 +02:00
Replaced the plethora of inter winding access functions and inputs in SessionUtils with just 2 functions, that both accept the same type for the user (AuthResult): guessRegistrarForUser: given an AuthResult, finds a registrar that they have access to. If none is found - a ForbiddenException is thrown. getRegistrarForUser[Cached]: (maybe should be called getRegistrarOnBehalfOfUser?) given an AuthResult and a clientId, loads and returns the registrar ONLY IF the user has access to it. Otherwise throws a ForbiddenException. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214630657 |
||
---|---|---|
.. | ||
BUILD | ||
RdapActionBase.java | ||
RdapAuthorization.java | ||
RdapAutnumAction.java | ||
RdapDomainAction.java | ||
RdapDomainSearchAction.java | ||
RdapEntityAction.java | ||
RdapEntitySearchAction.java | ||
RdapHelpAction.java | ||
RdapIcannStandardInformation.java | ||
RdapIpAction.java | ||
RdapJsonFormatter.java | ||
RdapMetrics.java | ||
RdapModule.java | ||
RdapNameserverAction.java | ||
RdapNameserverSearchAction.java | ||
RdapResultSet.java | ||
RdapSearchActionBase.java | ||
RdapSearchPattern.java | ||
RdapSearchResults.java | ||
RdapUtils.java |