|
FusionDirectory
|
Login via HTTP Header. More...

Static Public Member Functions | |
| static | getLabel () |
| Displayed name. | |
| static | loginProcess () |
| All login steps in the right order for HTTP Header login. | |
Static Public Member Functions inherited from LoginMethod | |
| 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. | |
Login via HTTP Header.
Definition at line 24 of file class_LoginHTTPHeader.inc.
1.8.13