OpenID.php File Reference

Go to the source code of this file.

Classes

class  Auth_OpenID

Enumerations

enum  Auth_OpenID_VERSION
enum  Auth_OpenID_LOCAL_ERROR
enum  Auth_OpenID_REMOTE_ERROR
enum  Auth_OpenID_REMOTE_OK
enum  Auth_OpenID_REDIRECT
enum  Auth_OpenID_DO_AUTH
enum  Auth_OpenID_DO_ABOUT
enum  Auth_OpenID_letters
enum  Auth_OpenID_digits
enum  Auth_OpenID_punct


Enumeration Type Documentation

Definition at line 98 of file OpenID.php.

Status code returned when there were no OpenID arguments passed. This code indicates that the caller should return a 200 OK response and display an HTML page that says that this is an OpenID server endpoint.

See also:
Auth_OpenID_Server

Definition at line 91 of file OpenID.php.

Status code returned when the caller needs to authenticate the user. The associated value is a Auth_OpenID_ServerRequest object that can be used to complete the authentication. If the user has taken some authentication action, use the retry() method of the Auth_OpenID_ServerRequest object to complete the request.

See also:
Auth_OpenID_Server

Definition at line 81 of file OpenID.php.

Defines for regexes and format checking.

Definition at line 96 of file OpenID.php.

Require the fetcher code. Status code returned by the server when the only option is to show an error page, since we do not have enough information to redirect back to the consumer. The associated value is an error message that should be displayed on an HTML error page.

See also:
Auth_OpenID_Server

Definition at line 41 of file OpenID.php.

Definition at line 100 of file OpenID.php.

Status code returned when there is a redirect back to the consumer. The value is the URL to redirect back to. The caller should return a 302 Found redirect with a Location: header containing the URL.

See also:
Auth_OpenID_Server

Definition at line 70 of file OpenID.php.

Status code returned when there is an error to return in key-value form to the consumer. The caller should return a 400 Bad Request response with content-type text/plain and the value as the body.

See also:
Auth_OpenID_Server

Definition at line 50 of file OpenID.php.

Status code returned when there is a key-value form OK response to the consumer. The value associated with this code is the response. The caller should return a 200 OK response with content-type text/plain and the value as the body.

See also:
Auth_OpenID_Server

Definition at line 60 of file OpenID.php.

This is the PHP OpenID library by JanRain, Inc.

This module contains core utility functionality used by the library. See Consumer.php and Server.php for the consumer and server implementations.

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Author:
JanRain, Inc. <[email protected]> 2005-2008 Janrain, Inc. http://www.apache.org/licenses/LICENSE-2.0 Apache The library version string

Definition at line 23 of file OpenID.php.


Generated on Thu Feb 19 15:02:23 2009 for OXID eShop CE by  doxygen 1.5.5