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, filter, redirect_to_cas_for_authentication, returning_from_gateway?

Class Method Details

.use_gatewaying?Boolean

Returns:

  • (Boolean)


189
190
191
# File 'lib/casclient/frameworks/rails/filter.rb', line 189

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