Method: Saml.current_provider=

Defined in:
lib/saml.rb

.current_provider=(provider) ⇒ Object



234
235
236
# File 'lib/saml.rb', line 234

def self.current_provider=(provider)
  Thread.current['saml_current_provider'] = provider
end