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 Factory

Authentication class factory

Namespace: Xoops\Auth
Package: Factory
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/Factory.php
Methods summary
public static Xoops\Auth\AuthAbstract|boolean
# getAuthConnection( string $uname, boolean $_force = false )

Get a reference to the only instance of authentication class

Get a reference to the only instance of authentication class

if the class has not been instantiated yet, this will also take care of that

Parameters

$uname
user name
$_force
internal use for tests

Returns

Xoops\Auth\AuthAbstract|boolean
Reference to the only instance of authentication class
API documentation generated by ApiGen