Module: Mixlib::Authentication

Defined in:
lib/mixlib/authentication.rb,
lib/mixlib/authentication/version.rb,
lib/mixlib/authentication/digester.rb,
lib/mixlib/authentication/null_logger.rb,
lib/mixlib/authentication/signedheaderauth.rb,
lib/mixlib/authentication/signatureverification.rb,
lib/mixlib/authentication/http_authentication_request.rb

Defined Under Namespace

Modules: NullLogger, SignedHeaderAuth Classes: AuthenticationError, Digester, HTTPAuthenticationRequest, Log, MissingAuthenticationHeader, SignatureResponse, SignatureVerification, SigningObject

Constant Summary collapse

DEFAULT_SERVER_API_VERSION =
"0".freeze
VERSION =
"3.0.10".freeze

Class Method Summary collapse

Class Method Details

.loggerObject

Returns the value of attribute logger.



23
24
25
# File 'lib/mixlib/authentication.rb', line 23

def logger
  @logger
end

.logger=(value) ⇒ Object

Sets the attribute logger

Parameters:

  • value

    the value to set the attribute logger to.



23
24
25
# File 'lib/mixlib/authentication.rb', line 23

def logger=(value)
  @logger = value
end