[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_users/src/Controller/ -> MethodsController.php (summary)

(no description)

Copyright: (C) 2022 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 213 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MethodsController:: (5 methods):
  __construct()
  disable()
  display()
  doNotShowThisAgain()
  assertLoggedInUser()


Class: MethodsController  - X-Ref

Multi-factor Authentication methods selection and management controller

__construct($config = [], MVCFactoryInterface $factory = null, ?CMSApplication $app = null, ?Input $input = null)   X-Ref
Public constructor

param: array                     $config   Plugin configuration
param: MVCFactoryInterface|null  $factory  MVC Factory for the com_users component
param: CMSApplication|null       $app      CMS application object
param: Input|null                $input    Joomla CMS input object

disable($cachable = false, $urlparams = [])   X-Ref
Disable Multi-factor Authentication for the current user

param: bool   $cachable     Can this view be cached
param: array  $urlparams    An array of safe url parameters and their variable types, for valid values see
return: void

display($cachable = false, $urlparams = [])   X-Ref
List all available Multi-factor Authentication Methods available and guide the user to setting them up

param: bool   $cachable     Can this view be cached
param: array  $urlparams    An array of safe url parameters and their variable types, for valid values see
return: void

doNotShowThisAgain($cachable = false, $urlparams = [])   X-Ref
Disable Multi-factor Authentication for the current user

param: bool   $cachable     Can this view be cached
param: array  $urlparams    An array of safe url parameters and their variable types, for valid values see
return: void

assertLoggedInUser()   X-Ref
Assert that there is a user currently logged in

return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer