Class: RubyCAS::Filter::GatewayFilter

Inherits:
RubyCAS::Filter show all
Defined in:
lib/rubycas-client-rails.rb

Class Method Summary collapse

Methods inherited from RubyCAS::Filter

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

Class Method Details

.use_gatewaying?Boolean

Returns:

  • (Boolean)


419
420
421
# File 'lib/rubycas-client-rails.rb', line 419

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