ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules 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

 OpenID
 This module contains code for dealing with associations between consumers and servers.
 

Functions

 Auth_OpenID_isError ($obj, $cls='Auth_OpenID_ServerError')
 private More...
 

Variables

const AUTH_OPENID_HTTP_OK 200
 Required imports. More...
 
const AUTH_OPENID_HTTP_REDIRECT 302
 
const AUTH_OPENID_HTTP_ERROR 400
 
global $_Auth_OpenID_Request_Modes
 private More...
 
const Auth_OpenID_ENCODE_KVFORM 'kfvorm'
 private More...
 
const Auth_OpenID_ENCODE_URL 'URL/redirect'
 private More...
 
const Auth_OpenID_ENCODE_HTML_FORM 'HTML form'
 private More...
 

Function Documentation

◆ Auth_OpenID_isError()

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

private

Definition at line 135 of file Server.php.

136 {
137  return is_a($obj, $cls);
138 }

Variable Documentation

◆ $_Auth_OpenID_Request_Modes

$_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().

◆ Auth_OpenID_ENCODE_HTML_FORM

const Auth_OpenID_ENCODE_HTML_FORM 'HTML form'

◆ Auth_OpenID_ENCODE_KVFORM

const Auth_OpenID_ENCODE_KVFORM 'kfvorm'

◆ Auth_OpenID_ENCODE_URL

const Auth_OpenID_ENCODE_URL 'URL/redirect'

◆ AUTH_OPENID_HTTP_ERROR

const AUTH_OPENID_HTTP_ERROR 400

◆ AUTH_OPENID_HTTP_OK

const AUTH_OPENID_HTTP_OK 200

Required imports.

Definition at line 106 of file Server.php.

Referenced by Auth_OpenID_Encoder\encode().

◆ AUTH_OPENID_HTTP_REDIRECT

const AUTH_OPENID_HTTP_REDIRECT 302

Definition at line 107 of file Server.php.

Referenced by Auth_OpenID_Encoder\encode().