Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Ads
  • AuthAbstract
  • Factory
  • Ldap
  • Provisioning
  • Xoops
  • Overview
  • Namespace
  • Class
  • Tree

Class Xoops

Authentication class for Native XOOPS

Xoops\Auth\AuthAbstract
Extended by Xoops\Auth\Xoops
Namespace: Xoops\Auth
Package: Xoops
Category: Xoops\Auth
Copyright: 2000-2014 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Pierre-Eric MENUET pemphp@free.fr
Since: 2.0
Link: http://xoops.org
Located at oops_lib/Xoops/Auth/Xoops.php
Methods summary
public
# __construct( Xoops\Core\Database\Connection $dao = null )

Authentication Service constructor

Authentication Service constructor

Parameters

$dao
database object

Overrides

Xoops\Auth\AuthAbstract::__construct()
public boolean
# authenticate( string $uname, string $pwd = null )

Authenticate user

Authenticate user

Parameters

$uname
user name
$pwd
password

Returns

boolean
Methods inherited from Xoops\Auth\AuthAbstract
getErrors(), getHtmlErrors(), setErrors()
Properties inherited from Xoops\Auth\AuthAbstract
$auth_method, $dao, $errors
API documentation generated by ApiGen