FusionDirectory
Static Public Member Functions
LoginMethod Class Reference

Base class for login methods. More...

Inheritance diagram for LoginMethod:
Inheritance graph
[legend]

Static Public Member Functions

static runSchemaCheck ()
 Runs schemaCheck if activated in configuration.
 
static checkForLockingBranch ()
 Check if locking LDAP branch is here or create it.
 
static validateUserInput ()
 Check username for invalid characters and check password is not empty Also trims username.
 
static ldapLoginUser ()
 Performs an LDAP bind with $username and $password.
 
static loginAndCheckExpired ()
 Called after successful login, return FALSE if account is expired.
 
static connect ()
 Connect user.
 
static redirect ()
 Final step of successful login: redirect to main.php.
 
static runSteps ($steps)
 Run each step in $steps, stop on errors.
 
static loginProcess ()
 All login steps in the right order.
 
static getLabel ()
 Displayed name for each login method. Returning FALSE disables a method.
 

Detailed Description

Base class for login methods.

See index.php

Definition at line 27 of file class_LoginMethod.inc.


The documentation for this class was generated from the following file: