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/classAuth-members.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 management-interface/lib/api/classAuth-members.html (limited to 'management-interface/lib/api/classAuth-members.html') diff --git a/management-interface/lib/api/classAuth-members.html b/management-interface/lib/api/classAuth-members.html new file mode 100644 index 0000000..cd14f20 --- /dev/null +++ b/management-interface/lib/api/classAuth-members.html @@ -0,0 +1,54 @@ + + + +
+ + + +|
+ Fat-Free Framework
+ 3.2.2
+
+
+ |
+
This is the complete list of members for Auth, including all inherited members.
+| $args | Auth | |
| $mapper | Auth | |
| $storage | Auth | protected |
| __construct($storage, array $args=NULL) | Auth | |
| _jig($id, $pw, $realm) | Auth | protected |
| _ldap($id, $pw) | Auth | protected |
| _mongo($id, $pw, $realm) | Auth | protected |
| _smtp($id, $pw) | Auth | protected |
| _sql($id, $pw, $realm) | Auth | protected |
| basic($func=NULL) | Auth | |
| E_LDAP (defined in Auth) | Auth | |
| E_SMTP (defined in Auth) | Auth | |
| login($id, $pw, $realm=NULL) | Auth |