|
ILIAS
release_4-4 Revision
|
Go to the source code of this file.
Data Structures | |
| class | Auth_OpenID_AX |
| class | Auth_OpenID_AX_Error |
| class | Auth_OpenID_AX_Message |
| class | Auth_OpenID_AX_AttrInfo |
| class | Auth_OpenID_AX_FetchRequest |
| class | Auth_OpenID_AX_KeyValueMessage |
| class | Auth_OpenID_AX_FetchResponse |
| class | Auth_OpenID_AX_StoreRequest |
| class | Auth_OpenID_AX_StoreResponse |
Namespaces | |
| OpenID | |
| This module contains code for dealing with associations between consumers and servers. | |
Functions | |
| Auth_OpenID_AX_checkAlias ($alias) | |
| Check an alias for invalid characters; raise AXError if any are found. More... | |
| Auth_OpenID_AX_toTypeURIs ($namespace_map, $alias_list_s) | |
| Given a namespace mapping and a string containing a comma-separated list of namespace aliases, return a list of type URIs that correspond to those aliases. More... | |
Variables | |
| const | Auth_OpenID_AX_NS_URI 'http://openid.net/srv/ax/1.0' |
| Require utility classes and functions for the consumer. More... | |
| const | Auth_OpenID_AX_UNLIMITED_VALUES 'unlimited' |
| const | Auth_OpenID_AX_MINIMUM_SUPPORTED_ALIAS_LENGTH 32 |
| Auth_OpenID_AX_checkAlias | ( | $alias | ) |
Check an alias for invalid characters; raise AXError if any are found.
Return None if the alias is valid.
Definition at line 50 of file AX.php.
Referenced by Auth_OpenID_AX_KeyValueMessage\Auth_OpenID_AX_KeyValueMessage().
Here is the caller graph for this function:| Auth_OpenID_AX_toTypeURIs | ( | $namespace_map, | |
| $alias_list_s | |||
| ) |
Given a namespace mapping and a string containing a comma-separated list of namespace aliases, return a list of type URIs that correspond to those aliases.
| $namespace_map | The mapping from namespace URI to alias |
| $alias_list_s | The string containing the comma-separated list of aliases. May also be None for convenience. |
return null If an alias is present in the list of aliases but is not present in the namespace map.
Definition at line 237 of file AX.php.
Referenced by Auth_OpenID_AX_FetchRequest\Auth_OpenID_AX_FetchRequest().
Here is the caller graph for this function:| const Auth_OpenID_AX_NS_URI 'http://openid.net/srv/ax/1.0' |
| const Auth_OpenID_AX_UNLIMITED_VALUES 'unlimited' |
Definition at line 21 of file AX.php.
Referenced by Auth_OpenID_AX_FetchRequest\Auth_OpenID_AX_FetchRequest(), Auth_OpenID_AX_FetchResponse\Auth_OpenID_AX_FetchResponse(), and Auth_OpenID_AX_KeyValueMessage\Auth_OpenID_AX_KeyValueMessage().