Sha256: 65c37ad6f84a979db70ba909323f1c4b2df7107d30dba2ceb7e9352d0e65bcfb

Contents?: true

Size: 434 Bytes

Versions: 67

Compression:

Stored size: 434 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
    end
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
libsaml-3.1.1 lib/saml/elements/attribute_value.rb
libsaml-3.1.0 lib/saml/elements/attribute_value.rb
libsaml-3.0.9 lib/saml/elements/attribute_value.rb
libsaml-2.24.3 lib/saml/elements/attribute_value.rb
libsaml-2.24.2 lib/saml/elements/attribute_value.rb
libsaml-3.0.8 lib/saml/elements/attribute_value.rb
libsaml-3.0.7 lib/saml/elements/attribute_value.rb
libsaml-3.0.6 lib/saml/elements/attribute_value.rb
libsaml-3.0.5 lib/saml/elements/attribute_value.rb
libsaml-3.0.4 lib/saml/elements/attribute_value.rb
libsaml-3.0.3 lib/saml/elements/attribute_value.rb
libsaml-3.0.2 lib/saml/elements/attribute_value.rb
libsaml-3.0.1 lib/saml/elements/attribute_value.rb
libsaml-2.24.1 lib/saml/elements/attribute_value.rb
libsaml-2.23.2 lib/saml/elements/attribute_value.rb
libsaml-2.23.1 lib/saml/elements/attribute_value.rb
libsaml-2.22.2 lib/saml/elements/attribute_value.rb
libsaml-2.22.1 lib/saml/elements/attribute_value.rb
libsaml-2.22.0 lib/saml/elements/attribute_value.rb
libsaml-2.21.3 lib/saml/elements/attribute_value.rb