Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
Model
Auth
Credential
StorageInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Model\Auth\Credential
;
7
15
interface
StorageInterface
16
{
24
public
function
authenticate
($username, $password);
25
34
public
function
login
($username, $password);
35
42
public
function
reload
();
43
50
public
function
hasAvailableResources
();
51
59
public
function
setHasAvailableResources
($hasResources);
60
}
Magento\Backend\Model\Auth\Credential\StorageInterface\reload
reload()
Magento\Backend\Model\Auth\Credential\StorageInterface\authenticate
authenticate($username, $password)
Magento\Backend\Model\Auth\Credential\StorageInterface\setHasAvailableResources
setHasAvailableResources($hasResources)
Magento\Backend\Model\Auth\Credential
Definition:
StorageInterface.php:6
Magento\Backend\Model\Auth\Credential\StorageInterface\hasAvailableResources
hasAvailableResources()
Magento\Backend\Model\Auth\Credential\StorageInterface\login
login($username, $password)
Magento\Backend\Model\Auth\Credential\StorageInterface
Definition:
StorageInterface.php:15