Module: Saml::ComplexTypes::SSODescriptorType
- Extended by:
- ActiveSupport::Concern
- Includes:
- Base
- Included in:
- Elements::IDPSSODescriptor, Elements::SPSSODescriptor
- Defined in:
- lib/saml/complex_types/sso_descriptor_type.rb
Defined Under Namespace
Classes: ArtifactResolutionService, SingleLogoutService
Instance Method Summary collapse
Instance Method Details
#initialize(*args) ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/saml/complex_types/sso_descriptor_type.rb', line 39 def initialize(*args) super(*args) @single_logout_services ||= [] @key_descriptors ||= [] @artifact_resolution_services ||= [] @protocol_support_enumeration ||= PROTOCOL_SUPPORT_ENUMERATION end |