|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for Auth_OpenID_SRegBase:
Collaboration diagram for Auth_OpenID_SRegBase:Static Public Member Functions | |
| static | _getSRegNS ($message) |
| Extract the simple registration namespace URI from the given OpenID message. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Auth_OpenID_Extension | |
| getExtensionArgs () | |
| Get the string arguments that should be added to an OpenID message for this extension. More... | |
| toMessage ($message) | |
| Add the arguments from this extension to the provided message. More... | |
Data Fields inherited from Auth_OpenID_Extension | |
| $ns_uri = null | |
| ns_uri: The namespace to which to add the arguments for this extension More... | |
| $ns_alias = null | |
|
static |
Extract the simple registration namespace URI from the given OpenID message.
Handles OpenID 1 and 2, as well as both sreg namespace URIs found in the wild, as well as missing namespace definitions (for OpenID 1)
$message: The OpenID message from which to parse simple registration fields. This may be a request or response message.
Returns the sreg namespace URI for the supplied message. The message may be modified to define a simple registration namespace.
@access private
Definition at line 125 of file SReg.php.
References Auth_OpenID_SREG_NS_URI_1_0, and Auth_OpenID_SREG_NS_URI_1_1.