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-2.19.6 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.19.4 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.19.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.19.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.19.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.18.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.18.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.17.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.16.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.8 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.7 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.6 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.5 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.4 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.15.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.14.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.13.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.12.1 lib/saml/elements/attribute_authority_descriptor.rb