Module: Saml::ComplexTypes::SSODescriptorType

Extended by:
ActiveSupport::Concern
Includes:
Base, RoleDescriptorType
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

Methods included from RoleDescriptorType

#find_key_descriptor

Instance Method Details

#initialize(*args) ⇒ Object



30
31
32
33
34
# File 'lib/saml/complex_types/sso_descriptor_type.rb', line 30

def initialize(*args)
  super(*args)
  @single_logout_services       ||= []
  @artifact_resolution_services ||= []
end