| Class | Dsadmin::Webfe::BackendInterface |
| In: |
lib/dsadmin/webfe/backend_interface.rb
|
| Parent: | Object |
Little wrapper around Dsadmin::BackendInterface, adapted for the specific (limited) needs of the web frontend
# File lib/dsadmin/webfe/backend_interface.rb, line 28
28: def call(controller, action, username, password, data = Hash.new)
29: proxy.call_with_user(controller, action, username, password, data)
30: end
# File lib/dsadmin/webfe/backend_interface.rb, line 39
39: def be_host
40: @@be_host ||= cfg.get('admind/host', String).strip
41: end