Sha256: 471ff8dfe0d450b07c790b1e201b6fadd915bded63c26ba8e2d2128e7f7994c7

Contents?: true

Size: 481 Bytes

Versions: 19

Compression:

Stored size: 481 Bytes

Contents

module Saml
  module Elements
    class AttributeValue
      include ::Saml::Base

      tag 'AttributeValue'

      register_namespace 'saml', Saml::SAML_NAMESPACE
      register_namespace 'xs',   Saml::XS_NAMESPACE
      register_namespace 'xsi',  Saml::XSI_NAMESPACE

      namespace 'saml'

      has_one :encrypted_id, EncryptedID

      attribute :type, String, tag: 'xsi:type'

      content :content, String
      has_one :name_id, Saml::Elements::NameId
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
libsaml-3.13.1 lib/saml/elements/attribute_value.rb
libsaml-3.13.0 lib/saml/elements/attribute_value.rb
libsaml-3.12.0 lib/saml/elements/attribute_value.rb
libsaml-3.11.0 lib/saml/elements/attribute_value.rb
libsaml-3.10.0 lib/saml/elements/attribute_value.rb
libsaml-3.9.3 lib/saml/elements/attribute_value.rb
libsaml-3.9.2 lib/saml/elements/attribute_value.rb
libsaml-3.9.1 lib/saml/elements/attribute_value.rb
libsaml-3.9.0 lib/saml/elements/attribute_value.rb
libsaml-3.8.0 lib/saml/elements/attribute_value.rb
libsaml-3.7.0 lib/saml/elements/attribute_value.rb
libsaml-3.6.0 lib/saml/elements/attribute_value.rb
libsaml-3.5.0 lib/saml/elements/attribute_value.rb
libsaml-3.4.0 lib/saml/elements/attribute_value.rb
libsaml-3.3.0 lib/saml/elements/attribute_value.rb
libsaml-3.2.3 lib/saml/elements/attribute_value.rb
libsaml-3.2.2 lib/saml/elements/attribute_value.rb
libsaml-3.2.1 lib/saml/elements/attribute_value.rb
libsaml-3.1.2 lib/saml/elements/attribute_value.rb