Class: PostgresPR::AuthentificationMD5Password
- Inherits:
-
Authentification
- Object
- Message
- Authentification
- PostgresPR::AuthentificationMD5Password
- Includes:
- SaltedAuthentificationMixin
- Defined in:
- lib/postgres-pr/message.rb
Constant Summary
Constants inherited from Authentification
PostgresPR::Authentification::AuthTypeMap
Constants inherited from Message
Instance Attribute Summary
Attributes included from SaltedAuthentificationMixin
Instance Method Summary collapse
Methods included from SaltedAuthentificationMixin
Methods inherited from Authentification
create, #dump, #message__dump, #parse, register_auth_type
Methods inherited from Message
create, #dump, dump, fields, #parse, read, register_message_type
Instance Method Details
#salt_size ⇒ Object
181 |
# File 'lib/postgres-pr/message.rb', line 181 def salt_size; 4 end |