From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Mon, 7 Jul 2014 15:34:40 +0200
Subject: Remove unintentionally added f3 docs
---
management-interface/lib/api/classAuth.html | 439 ----------------------------
1 file changed, 439 deletions(-)
delete 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
deleted file mode 100644
index 43f1d2e..0000000
--- a/management-interface/lib/api/classAuth.html
+++ /dev/null
@@ -1,439 +0,0 @@
-
-
-
-
-
-
-
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