mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Fix a few stylistic issues in preparation for Checkstyle addition
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=230524735
This commit is contained in:
parent
2c2b1da836
commit
701ebc6a28
8 changed files with 25 additions and 13 deletions
|
@ -160,9 +160,8 @@ public class RequestAuthenticator {
|
|||
for (AuthMethod authMethod : auth.methods()) {
|
||||
switch (authMethod) {
|
||||
// App Engine internal authentication, using the queue name header
|
||||
case INTERNAL:
|
||||
// checkAuthConfig will have insured that the user policy is not USER.
|
||||
{
|
||||
case INTERNAL: {
|
||||
// checkAuthConfig will have insured that the user policy is not USER.
|
||||
AuthResult authResult = appEngineInternalAuthenticationMechanism.authenticate(req);
|
||||
if (authResult.isAuthenticated()) {
|
||||
logger.atInfo().log("Authenticated via internal auth: %s", authResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue