ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
Server.php File Reference

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

Function Documentation

Auth_OpenID_isError (   $obj,
  $cls = 'Auth_OpenID_ServerError' 
)

private

Definition at line 135 of file Server.php.

{
return is_a($obj, $cls);
}

Variable Documentation

$_Auth_OpenID_Request_Modes
Initial value:
array('checkid_setup',
'checkid_immediate')

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'
const Auth_OpenID_ENCODE_KVFORM = 'kfvorm'
const Auth_OpenID_ENCODE_URL = 'URL/redirect'
const AUTH_OPENID_HTTP_ERROR = 400
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().