|
ILIAS
release_4-3 Revision
|
Go to the source code of this file.
Data Structures | |
| class | Auth_OpenID_ServerError |
| class | Auth_OpenID_NoReturnToError |
| class | Auth_OpenID_MalformedReturnURL |
| class | Auth_OpenID_MalformedTrustRoot |
| class | Auth_OpenID_Request |
| class | Auth_OpenID_CheckAuthRequest |
| class | Auth_OpenID_PlainTextServerSession |
| class | Auth_OpenID_DiffieHellmanSHA1ServerSession |
| class | Auth_OpenID_DiffieHellmanSHA256ServerSession |
| class | Auth_OpenID_AssociateRequest |
| class | Auth_OpenID_CheckIDRequest |
| class | Auth_OpenID_ServerResponse |
| class | Auth_OpenID_WebResponse |
| class | Auth_OpenID_Signatory |
| class | Auth_OpenID_Encoder |
| class | Auth_OpenID_SigningEncoder |
| class | Auth_OpenID_Decoder |
| class | Auth_OpenID_EncodingError |
| class | Auth_OpenID_AlreadySigned |
| class | Auth_OpenID_UntrustedReturnURL |
| class | Auth_OpenID_Server |
Namespaces | |
| namespace | OpenID |
| This module contains code for dealing with associations between consumers and servers. | |
Functions | |
| Auth_OpenID_isError ($obj, $cls= 'Auth_OpenID_ServerError') | |
| private | |
Variables | |
| const | AUTH_OPENID_HTTP_OK = 200 |
| Required imports. | |
| const | AUTH_OPENID_HTTP_REDIRECT = 302 |
| const | AUTH_OPENID_HTTP_ERROR = 400 |
| global | $_Auth_OpenID_Request_Modes |
| private | |
| const | Auth_OpenID_ENCODE_KVFORM = 'kfvorm' |
| private | |
| const | Auth_OpenID_ENCODE_URL = 'URL/redirect' |
| private | |
| const | Auth_OpenID_ENCODE_HTML_FORM = 'HTML form' |
| private | |
| Auth_OpenID_isError | ( | $obj, | |
$cls = 'Auth_OpenID_ServerError' |
|||
| ) |
| $_Auth_OpenID_Request_Modes |
private
Definition at line 113 of file Server.php.
Referenced by Auth_OpenID_ServerError\whichEncoding(), and Auth_OpenID_ServerResponse\whichEncoding().
| const Auth_OpenID_ENCODE_HTML_FORM = 'HTML form' |
private
Definition at line 130 of file Server.php.
Referenced by Auth_OpenID_Encoder\encode(), Auth_OpenID_ServerResponse\renderAsForm(), Auth_OpenID_ServerError\whichEncoding(), and Auth_OpenID_ServerResponse\whichEncoding().
| const Auth_OpenID_ENCODE_KVFORM = 'kfvorm' |
private
Definition at line 120 of file Server.php.
Referenced by Auth_OpenID_Encoder\encode(), Auth_OpenID_ServerError\whichEncoding(), and Auth_OpenID_ServerResponse\whichEncoding().
| const Auth_OpenID_ENCODE_URL = 'URL/redirect' |
private
Definition at line 125 of file Server.php.
Referenced by Auth_OpenID_Encoder\encode(), Auth_OpenID_ServerError\whichEncoding(), and Auth_OpenID_ServerResponse\whichEncoding().
| const AUTH_OPENID_HTTP_ERROR = 400 |
Definition at line 108 of file Server.php.
Referenced by Auth_OpenID_AssociateRequest\answerUnsupported(), and Auth_OpenID_Encoder\encode().
| const AUTH_OPENID_HTTP_OK = 200 |
Required imports.
Definition at line 106 of file Server.php.
Referenced by Auth_OpenID_Encoder\encode().
| const AUTH_OPENID_HTTP_REDIRECT = 302 |
Definition at line 107 of file Server.php.
Referenced by Auth_OpenID_Encoder\encode().