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.12.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.11.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.11.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.11.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.7 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.6 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.5 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.4 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.3 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.2 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.10.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.9.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.8.1 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.8.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.7.0 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.6.9 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.6.8 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.6.7 lib/saml/elements/attribute_authority_descriptor.rb
libsaml-2.6.6 lib/saml/elements/attribute_authority_descriptor.rb