Top Level Namespace

Defined Under Namespace

Modules: Casablanca Classes: CasProxyCallbackController

Constant Summary collapse

INFO =
%(
=====================================================
CASABLANCA CLIENT CONSOLE (#{Casablanca::VERSION})

Use C for a configured client (#{config.inspect})
Example:

  t = C.login('admin', 'admin')
  C.authenticate_ticket(t)

  C.logout

The configuration can be changed:

  C.cas_server_url = "http://example.com/cas_server"
  C.service_url = "http://example.com/application"

)
C =
Casablanca::CommandLineClient.new(config)