Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_auth_Factory
  • icms_auth_Object
  • icms_auth_Provisionning
  • Overview
  • Package
  • Class

Class icms_auth_Provisionning

Authentification provisionning class. This class is responsible to provide synchronisation method to the user Database

Package: Auth
Category: ICMS
Copyright: http://www.xoops.org/ The XOOPS Project
Copyright: http://www.impresscms.org/ The ImpressCMS Project
License: LICENSE.txt
Author: http://www.xoops.org The XOOPS Project
Author: Pierre-Eric MENUET pemphp@free.fr
Since: XOOPS
Located at auth/Provisionning.php
Methods summary
public static object &
# getInstance( object & $auth_instance )

Gets instance of icms_auth_Provisionning

Gets instance of icms_auth_Provisionning

Parameters

$auth_instance

Returns

object
$provis_instance icms_auth_Provisionning
public
# __construct( object & $auth_instance )

Authentication Service constructor

Authentication Service constructor

Parameters

$auth_instance
icms_auth_Provisionning
public mixed
# geticms_member_user_Object( string $uname )

Return a User Object

Return a User Object

Parameters

$uname
Username of the user

Returns

mixed
icms_member_user_Object icms_member_user_Object or false if failed
public object
# sync( array $datas, string $uname, string $pwd = null )

Launch the synchronisation process

Launch the synchronisation process

Parameters

$datas
Some Data
$uname
Username of the user
$pwd
Password of the user

Returns

object
icms_member_user_Object icms_member_user_Object
public array
# add( array $datas, string $uname, string $pwd = null )

Adds a new user to the system

Adds a new user to the system

Parameters

$datas
Some Data
$uname
Username of the user
$pwd
Password of the user

Returns

array
$ret
public object
# change( object & $icmsUser, array $datas, string $uname, string $pwd = null )

Modify user information

Modify user information

Parameters

$icmsUser
icms_member_user_Object} reference to icms_member_user_Object Object
$datas
Some Data
$uname
Username of the user
$pwd
Password of the user

Returns

object
icms_member_user_Object icms_member_user_Object
API documentation generated by ApiGen