Sha256: e7ccc2960bf137b2e7647916aeed43e5e5b03975a8e42890f7423f52b5a63112

Contents?: true

Size: 1.95 KB

Versions: 20

Compression:

Stored size: 1.95 KB

Contents

module Saml
  module Kit
    module Namespaces
      ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion"
      ATTR_SPLAT = "urn:oasis:names:tc:SAML:2.0:attrname-format:*"
      BASIC = "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
      BEARER = "urn:oasis:names:tc:SAML:2.0:cm:bearer"
      EMAIL_ADDRESS = "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
      ENVELOPED_SIG = "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
      METADATA = "urn:oasis:names:tc:SAML:2.0:metadata"
      PASSWORD = "urn:oasis:names:tc:SAML:2.0:ac:classes:Password"
      PASSWORD_PROTECTED = "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
      PERSISTENT = "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
      PROTOCOL = "urn:oasis:names:tc:SAML:2.0:protocol"
      REQUESTER_ERROR = "urn:oasis:names:tc:SAML:2.0:status:Requester"
      RESPONDER_ERROR = "urn:oasis:names:tc:SAML:2.0:status:Responder"
      RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
      RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
      RSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
      RSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
      SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1"
      SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'
      SHA384 = "http://www.w3.org/2001/04/xmldsig-more#sha384"
      SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
      SUCCESS = "urn:oasis:names:tc:SAML:2.0:status:Success"
      TRANSIENT = "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
      UNSPECIFIED = "urn:oasis:names:tc:SAML:2.0:consent:unspecified"
      UNSPECIFIED_NAMEID = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
      URI = "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
      VERSION_MISMATCH_ERROR = "urn:oasis:names:tc:SAML:2.0:status:VersionMismatch"
      XMLDSIG = "http://www.w3.org/2000/09/xmldsig#"
      XMLENC = "http://www.w3.org/2001/04/xmlenc#"
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
saml-kit-0.3.0 lib/saml/kit/namespaces.rb
saml-kit-0.2.18 lib/saml/kit/namespaces.rb
saml-kit-0.2.17 lib/saml/kit/namespaces.rb
saml-kit-0.2.16 lib/saml/kit/namespaces.rb
saml-kit-0.2.15 lib/saml/kit/namespaces.rb
saml-kit-0.2.14 lib/saml/kit/namespaces.rb
saml-kit-0.2.13 lib/saml/kit/namespaces.rb
saml-kit-0.2.12 lib/saml/kit/namespaces.rb
saml-kit-0.2.11 lib/saml/kit/namespaces.rb
saml-kit-0.2.10 lib/saml/kit/namespaces.rb
saml-kit-0.2.9 lib/saml/kit/namespaces.rb
saml-kit-0.2.8 lib/saml/kit/namespaces.rb
saml-kit-0.2.7 lib/saml/kit/namespaces.rb
saml-kit-0.2.6 lib/saml/kit/namespaces.rb
saml-kit-0.2.5 lib/saml/kit/namespaces.rb
saml-kit-0.2.4 lib/saml/kit/namespaces.rb
saml-kit-0.2.3 lib/saml/kit/namespaces.rb
saml-kit-0.2.2 lib/saml/kit/namespaces.rb
saml-kit-0.2.1 lib/saml/kit/namespaces.rb
saml-kit-0.2.0 lib/saml/kit/namespaces.rb