Auth/OpenID.php-Dateireferenz

gehe zum Quellcode dieser Datei

Datenstrukturen

class  Auth_OpenID

Namensbereiche

namespace  OpenID

Aufzählungen

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


Dokumentation der Aufzählungstypen

Definiert in Zeile 98 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 91 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 81 der Datei OpenID.php.

Defines for regexes and format checking.

Definiert in Zeile 96 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 41 der Datei OpenID.php.

Definiert in Zeile 100 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 70 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 50 der Datei 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.

Siehe auch:
Auth_OpenID_Server

Definiert in Zeile 60 der Datei OpenID.php.

The library version string

Definiert in Zeile 23 der Datei OpenID.php.

Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen