Class: Dcmgr::Models::FrontendSystem

Inherits:
BaseNew
  • Object
show all
Defined in:
lib/dcmgr/models/frontend_system.rb

Direct Known Subclasses

HttpBasic, PassThru, RemoteIP

Defined Under Namespace

Classes: HttpBasic, PassThru, RemoteIP

Constant Summary

Constants inherited from BaseNew

BaseNew::LOCK_TABLES_KEY

Instance Method Summary collapse

Methods inherited from BaseNew

Proxy, dataset, install_data, install_data_hooks, lock!, unlock!

Instance Method Details

#authenticateObject

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/dcmgr/models/frontend_system.rb', line 14

def authenticate
  raise NotImplementedError
end