Module: SamlIdp::Controller

Included in:
IdpController
Defined in:
lib/saml-idp/controller.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#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

#saml_acs_urlObject



10
11
12
# File 'lib/saml-idp/controller.rb', line 10

def saml_acs_url
  @saml_acs_url
end