Class: RubyCAS::Filter::GatewayFilter
- Inherits:
-
RubyCAS::Filter
- Object
- RubyCAS::Filter
- RubyCAS::Filter::GatewayFilter
- 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
419 420 421 |
# File 'lib/rubycas-client-rails.rb', line 419 def self. return true unless @@config[:use_gatewaying] == false end |