Used by UserDB
to create a basic password entry
Used by UserDB
to create a digest password entry
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Sets a password in the database for user
in realm
to pass
.
Removes a password from the database for user
in realm
.
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Sets a password in the database for user
in realm
to pass
.
Removes a password from the database for user
in realm
.
Returns the HTTP status description
Returns the full file path of this frame.
Same as path
, but includes the absolute path.
Creates an obscured password in realm
with user
and password
using the auth_type
of this database.
Sets a password in realm
with user
and password
for the auth_type
of this database.
Retrieves a password in realm
for user
for the auth_type
of this database. reload_db
is a dummy value.
@return [Object] the requirement that led to a version of a possibility
with the given name being activated.
Load an iseq object from binary format String
object created by RubyVM::InstructionSequence.to_binary
.
This loader does not have a verifier, so that loading broken/modified binary causes critical problem.
You should not load binary data provided by others. You should use binary data translated by yourself.
Return the best specification that contains the file matching path
.
Specification
attributes that must be non-nil
The default port to use for HTTP
requests; defaults to 80.
The default port to use for HTTPS requests; defaults to 443.