Module: SamlIdp::Controller

Included in:
IdpController
Defined in:
lib/saml_idp/controller.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm.



8
9
10
# File 'lib/saml_idp/controller.rb', line 8

def algorithm
  @algorithm
end

#saml_acs_urlObject

Returns the value of attribute saml_acs_url.



9
10
11
# File 'lib/saml_idp/controller.rb', line 9

def saml_acs_url
  @saml_acs_url
end

#secret_keyObject

Returns the value of attribute secret_key.



8
9
10
# File 'lib/saml_idp/controller.rb', line 8

def secret_key
  @secret_key
end

#x509_certificateObject

Returns the value of attribute x509_certificate.



8
9
10
# File 'lib/saml_idp/controller.rb', line 8

def x509_certificate
  @x509_certificate
end

Instance Method Details

#algorithm_nameObject



41
42
43
# File 'lib/saml_idp/controller.rb', line 41

def algorithm_name
  algorithm.to_s.split('::').last.downcase
end