Class | OpenID::Message |
In: |
lib/openid/kvpost.rb
lib/openid/message.rb |
Parent: | Object |
namespaces | [R] |
Raises InvalidNamespaceError if you try to instantiate a Message with a namespace not in the above allowed list
Registers a (namespace URI, alias) mapping in a global namespace alias map. Raises NamespaceAliasRegistrationError if either the namespace URI or alias has already been registered with a different value. This function is required if you want to use a namespace with an OpenID 1 message.
Raises InvalidNamespaceError if you try to instantiate a Message with a namespace not in the above allowed list
Generate HTML form markup that contains the values in this message, to be HTTP POSTed as x-www-form-urlencoded UTF-8.
Generate a KVForm string that contains the parameters in this message. This will fail is the message contains arguments outside of the "openid." prefix.