Sha256: 451f9b111a095fa902a348c8ee40445f30b7ad8564711dc27ec97ac33125bdfc
Contents?: true
Size: 1.49 KB
Versions: 4
Compression:
Stored size: 1.49 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" 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" 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" # @deprecated Use {#::Xml::Kit::Namespace::XMLDSIG} instead of this. XMLDSIG = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Saml::Kit::Namespaces::XMLDSIG', '::Xml::Kit::Namespaces::XMLDSIG') end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
saml-kit-0.3.6 | lib/saml/kit/namespaces.rb |
saml-kit-0.3.5 | lib/saml/kit/namespaces.rb |
saml-kit-0.3.4 | lib/saml/kit/namespaces.rb |
saml-kit-0.3.3 | lib/saml/kit/namespaces.rb |