Sha256: bee5250315aa75f68c972034b794bb8bd3a89b710541a0949b39920e77315bdd

Contents?: true

Size: 472 Bytes

Versions: 81

Compression:

Stored size: 472 Bytes

Contents

module Saml
  module Elements
    class AttributeAuthorityDescriptor
      include Saml::ComplexTypes::RoleDescriptorType

      class AttributeService
        include Saml::ComplexTypes::EndpointType
        tag 'AttributeService'
      end

      tag 'AttributeAuthorityDescriptor'

      has_many :attribute_service, AttributeService
      has_many :name_id_format, Saml::Elements::NameIdFormat

      validates :attribute_service, :presence => true

    end
  end
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
libsaml-3.3.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.2.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.2.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.2.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.1.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.1.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.1.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.9 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.24.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.24.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.8 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.7 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.6 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.5 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.4 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.0.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.24.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.23.2 lib/saml/elements/attribute_authority_descriptor.rb