Module: API::Helpers::Packages::Maven::BasicAuthHelpers

Extended by:
Gitlab::Utils::Override
Includes:
BasicAuthHelpers
Defined in:
lib/api/helpers/packages/maven/basic_auth_helpers.rb

Constant Summary

Constants included from BasicAuthHelpers::Constants

BasicAuthHelpers::Constants::AUTHENTICATE_REALM_HEADER, BasicAuthHelpers::Constants::AUTHENTICATE_REALM_NAME

Instance Method Summary collapse

Methods included from Gitlab::Utils::Override

extended, extensions, included, method_added, override, prepended, queue_verification, verify!

Methods included from BasicAuthHelpers

#authorize!, #authorized_project_find!, #authorized_user_project, #find_authorized_group!, #unauthorized!, #unauthorized_or!

Instance Method Details

#find_user_from_job_tokenObject



14
15
16
# File 'lib/api/helpers/packages/maven/basic_auth_helpers.rb', line 14

def find_user_from_job_token
  super || find_user_from_basic_auth_job
end