Methods added to including classes when PasswordAuthentication is mixed in.
Set a password for the service. If you don’t specify a password, even guarded methods can be accessed. With a password set, the remote side can still call unguarded methods, but all other methods will be hidden.
# File lib/drbservice/passwordauth.rb, line 19 def service_password( password ) self.password_digest = Digest::SHA2.hexdigest( password ) DRbService.log.debug "Setting encrypted password for %p to " end
Generated with the Darkfish Rdoc Generator 2.