Class: PostgresPR::AuthenticationMD5Password
- Inherits:
-
Authentication
- Object
- Utils::ReadBuffer
- Message
- Authentication
- PostgresPR::AuthenticationMD5Password
- Includes:
- SaltedAuthenticationMixin
- Defined in:
- lib/postgres-pr/message.rb
Constant Summary
Constants inherited from Authentication
PostgresPR::Authentication::AuthTypeMap
Constants inherited from Message
Instance Attribute Summary
Attributes included from SaltedAuthenticationMixin
Instance Method Summary collapse
Methods included from SaltedAuthenticationMixin
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_size ⇒ Object
203 |
# File 'lib/postgres-pr/message.rb', line 203 def salt_size; 4 end |