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
---
management-interface/lib/api/classAuth.html | 439 ++++++++++++++++++++++++++++
1 file changed, 439 insertions(+)
create mode 100644 management-interface/lib/api/classAuth.html
(limited to 'management-interface/lib/api/classAuth.html')
diff --git a/management-interface/lib/api/classAuth.html b/management-interface/lib/api/classAuth.html
new file mode 100644
index 0000000..43f1d2e
--- /dev/null
+++ b/management-interface/lib/api/classAuth.html
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+
Authorization/authentication plug-in.
+ More...
+
+ |
+| | login ($id, $pw, $realm=NULL) |
+| |
+| | basic ($func=NULL) |
+| |
+| | __construct ($storage, array $args=NULL) |
+| |
+
+ |
+|
+ | $mapper |
+| | Mapper object.
|
+| |
+|
+ | $args |
+| | Storage options.
|
+| |
+ |
+|
+const | E_LDAP ='LDAP connection failure' |
+| |
+|
+const | E_SMTP ='SMTP connection failure' |
+| |
+
+ |
+| | _jig ($id, $pw, $realm) |
+| |
+| | _mongo ($id, $pw, $realm) |
+| |
+| | _sql ($id, $pw, $realm) |
+| |
+| | _ldap ($id, $pw) |
+| |
+| | _smtp ($id, $pw) |
+| |
+
+
+
Authorization/authentication plug-in.
+
+
+
+
+
+
+ | Auth::__construct |
+ ( |
+ |
+ $storage, |
+
+
+ |
+ |
+ array |
+ $args = NULL |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Instantiate class
+
- Returns
- object
+
- Parameters
-
+
+ | $storage | string|object |
+ | $args | array |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::_jig |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw, |
+
+
+ |
+ |
+ |
+ $realm |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
Jig storage handler
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+ | $realm | string |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::_ldap |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
LDAP storage handler
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::_mongo |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw, |
+
+
+ |
+ |
+ |
+ $realm |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
MongoDB storage handler
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+ | $realm | string |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::_smtp |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
SMTP storage handler
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::_sql |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw, |
+
+
+ |
+ |
+ |
+ $realm |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+protected |
+
+
+
+
SQL storage handler
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+ | $realm | string |
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::basic |
+ ( |
+ |
+ $func = NULL | ) |
+ |
+
+
+
+
HTTP basic auth mechanism
+
- Returns
- bool
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Auth::login |
+ ( |
+ |
+ $id, |
+
+
+ |
+ |
+ |
+ $pw, |
+
+
+ |
+ |
+ |
+ $realm = NULL |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Login auth mechanism
+
- Returns
- bool
+
- Parameters
-
+
+ | $id | string |
+ | $pw | string |
+ | $realm | string |
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
--
cgit v1.2.3-55-g7522