From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Wed, 4 Jun 2014 14:27:03 +0200 Subject: Add webinterface with functionallity --- .../lib/api/classWeb_1_1OpenID.html | 352 +++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 management-interface/lib/api/classWeb_1_1OpenID.html (limited to 'management-interface/lib/api/classWeb_1_1OpenID.html') diff --git a/management-interface/lib/api/classWeb_1_1OpenID.html b/management-interface/lib/api/classWeb_1_1OpenID.html new file mode 100644 index 0000000..406bbb6 --- /dev/null +++ b/management-interface/lib/api/classWeb_1_1OpenID.html @@ -0,0 +1,352 @@ + + + + + + + +Fat-Free Framework: Web\OpenID Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + + +
+
+
+Public Member Functions | +Public Attributes | +Protected Member Functions | +Protected Attributes | +List of all members
+
+
Web\OpenID Class Reference
+
+
+ +

OpenID consumer. + More...

+
+ + Inheritance diagram for Web\OpenID:
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 auth ($proxy=NULL, $attr=array(), array $reqd=NULL)
 
 verified ($proxy=NULL)
 
 response ()
 
 exists ($key)
 
 set ($key, $val)
 
 get ($key)
 
 clear ($key)
 
- Public Member Functions inherited from Magic
 exists ($key)
 
 set ($key, $val)
 
 get ($key)
 
 clear ($key)
 
 offsetexists ($key)
 
 __isset ($key)
 
 offsetset ($key, $val)
 
 __set ($key, $val)
 
 offsetget ($key)
 
 __get ($key)
 
 offsetunset ($key)
 
 __unset ($key)
 
+ + + + +

+Public Attributes

$args =array()
 HTTP request parameters.
 
+ + + +

+Protected Member Functions

 discover ($proxy)
 
+ + + + +

+Protected Attributes

$url
 OpenID provider endpoint URL.
 
+

Detailed Description

+

OpenID consumer.

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Web\OpenID::auth ( $proxy = NULL,
 $attr = array(),
array $reqd = NULL 
)
+
+

Initiate OpenID authentication sequence; Return FALSE on failure or redirect to OpenID provider URL

+
Returns
bool
+
Parameters
+ + + + +
$proxystring
$attrarray
$reqdstring|array
+
+
+ +
+
+ +
+
+ + + + + + + + +
Web\OpenID::clear ( $key)
+
+

Remove OpenID request parameter

+
Returns
NULL
+
Parameters
+ + +
$key
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Web\OpenID::discover ( $proxy)
+
+protected
+
+

Determine OpenID provider

+
Returns
string|FALSE
+
Parameters
+ + +
$proxystring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Web\OpenID::exists ( $key)
+
+

Return TRUE if OpenID request parameter exists

+
Returns
bool
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Web\OpenID::get ( $key)
+
+

Return value of OpenID request parameter

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + +
Web\OpenID::response ()
+
+

Return OpenID response fields

+
Returns
array
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Web\OpenID::set ( $key,
 $val 
)
+
+

Bind value to OpenID request parameter

+
Returns
string
+
Parameters
+ + + +
$keystring
$valstring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Web\OpenID::verified ( $proxy = NULL)
+
+

Return TRUE if OpenID verification was successful

+
Returns
bool
+
Parameters
+ + +
$proxystring
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
-- cgit v1.2.3-55-g7522