Class: CASClient::Frameworks::Rails::GatewayFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/casclient/frameworks/rails/filter.rb

Class Method Summary collapse

Methods inherited from Filter

configure, fake, filter, login_to_service, login_url, logout, redirect_to_cas_for_authentication, unauthorized!

Class Method Details

.use_gatewaying?Boolean

Returns:

  • (Boolean)


347
348
349
# File 'lib/casclient/frameworks/rails/filter.rb', line 347

def self.use_gatewaying?
  return true unless @@config[:use_gatewaying] == false
end