Sha256: 4701dd8326c1ca76ebe6a0aa6afc2db5a43912af2d56a76910c8b16b89ab9504

Contents?: true

Size: 469 Bytes

Versions: 14

Compression:

Stored size: 469 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

14 entries across 14 versions & 1 rubygems

Version Path
libsaml-3.13.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.13.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.12.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.11.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.10.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.9.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.9.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.9.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.9.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.8.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.7.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.6.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.5.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-3.4.0 lib/saml/elements/attribute_authority_descriptor.rb