Module: Cas::SingleLogOut::InstanceMethods
- Defined in:
- lib/bcms_cas/authentication.rb
Instance Method Summary collapse
Instance Method Details
#destroy_with_cas ⇒ Object
57 58 59 60 61 |
# File 'lib/bcms_cas/authentication.rb', line 57 def destroy_with_cas logger.debug "Logging user out of both cms and CAS server." logout_user Cas::Utils.logout(self, "http://#{SITE_DOMAIN}/") end |