Class: Onelogin::Saml::Settings
- Inherits:
-
Object
- Object
- Onelogin::Saml::Settings
- Defined in:
- lib/onelogin/saml/settings.rb
Instance Attribute Summary collapse
-
#assertion_consumer_service_url ⇒ Object
Returns the value of attribute assertion_consumer_service_url.
-
#idp_cert_fingerprint ⇒ Object
Returns the value of attribute idp_cert_fingerprint.
-
#idp_slo_target_url ⇒ Object
Returns the value of attribute idp_slo_target_url.
-
#idp_sso_target_url ⇒ Object
Returns the value of attribute idp_sso_target_url.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#name_id ⇒ Object
Returns the value of attribute name_id.
-
#name_identifier_format ⇒ Object
Returns the value of attribute name_identifier_format.
-
#sessionindex ⇒ Object
Returns the value of attribute sessionindex.
-
#sp_name_qualifier ⇒ Object
Returns the value of attribute sp_name_qualifier.
Instance Attribute Details
#assertion_consumer_service_url ⇒ Object
Returns the value of attribute assertion_consumer_service_url.
3 4 5 |
# File 'lib/onelogin/saml/settings.rb', line 3 def assertion_consumer_service_url @assertion_consumer_service_url end |
#idp_cert_fingerprint ⇒ Object
Returns the value of attribute idp_cert_fingerprint.
4 5 6 |
# File 'lib/onelogin/saml/settings.rb', line 4 def idp_cert_fingerprint @idp_cert_fingerprint end |
#idp_slo_target_url ⇒ Object
Returns the value of attribute idp_slo_target_url.
5 6 7 |
# File 'lib/onelogin/saml/settings.rb', line 5 def idp_slo_target_url @idp_slo_target_url end |
#idp_sso_target_url ⇒ Object
Returns the value of attribute idp_sso_target_url.
4 5 6 |
# File 'lib/onelogin/saml/settings.rb', line 4 def idp_sso_target_url @idp_sso_target_url end |
#issuer ⇒ Object
Returns the value of attribute issuer.
3 4 5 |
# File 'lib/onelogin/saml/settings.rb', line 3 def issuer @issuer end |
#name_id ⇒ Object
Returns the value of attribute name_id.
6 7 8 |
# File 'lib/onelogin/saml/settings.rb', line 6 def name_id @name_id end |
#name_identifier_format ⇒ Object
Returns the value of attribute name_identifier_format.
4 5 6 |
# File 'lib/onelogin/saml/settings.rb', line 4 def name_identifier_format @name_identifier_format end |
#sessionindex ⇒ Object
Returns the value of attribute sessionindex.
6 7 8 |
# File 'lib/onelogin/saml/settings.rb', line 6 def sessionindex @sessionindex end |
#sp_name_qualifier ⇒ Object
Returns the value of attribute sp_name_qualifier.
3 4 5 |
# File 'lib/onelogin/saml/settings.rb', line 3 def sp_name_qualifier @sp_name_qualifier end |