Class: PostgresPR::AuthenticationMD5Password

Inherits:
Authentication show all
Includes:
SaltedAuthenticationMixin
Defined in:
lib/postgres-pr/message.rb

Constant Summary

Constants inherited from Authentication

PostgresPR::Authentication::AuthTypeMap

Constants inherited from Message

Message::MsgTypeMap

Instance Attribute Summary

Attributes included from SaltedAuthenticationMixin

#salt

Instance Method Summary collapse

Methods included from SaltedAuthenticationMixin

#dump, #initialize, #parse

Methods inherited from Authentication

create, #dump, #message__dump, #parse, register_auth_type

Methods inherited from Message

#buffer, create, #dump, dump, fields, #parse, read, register_message_type

Instance Method Details

#salt_sizeObject



203
# File 'lib/postgres-pr/message.rb', line 203

def salt_size; 4 end