Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Auth

Открытые статические члены

static onRestCheckAuth (array $query, $scope, &$res)
 

Открытые атрибуты

const AUTH_TYPE = 'apauth'
 

Защищенные статические члены

static check ($auth, $scope)
 
static checkOldPassword ($userId, $password)
 
static convertOldPassword ($appPassword, $password)
 
static checkPermission ($passwordId, $scope)
 
static getPasswordScope ($passwordId)
 

Статические защищенные данные

static $authQueryParams
 
static $integrationScope = array('crm', 'telephony', 'imopenlines')
 
static $scopeCache = array()
 

Подробное описание

См. определение в файле auth.php строка 20

Методы

◆ check()

static check ( $auth,
$scope )
staticprotected

См. определение в файле auth.php строка 131

◆ checkOldPassword()

static checkOldPassword ( $userId,
$password )
staticprotected

См. определение в файле auth.php строка 189

◆ checkPermission()

static checkPermission ( $passwordId,
$scope )
staticprotected

См. определение в файле auth.php строка 245

◆ convertOldPassword()

static convertOldPassword ( $appPassword,
$password )
staticprotected

См. определение в файле auth.php строка 207

◆ getPasswordScope()

static getPasswordScope ( $passwordId)
staticprotected

См. определение в файле auth.php строка 257

◆ onRestCheckAuth()

static onRestCheckAuth ( array $query,
$scope,
& $res )
static

См. определение в файле auth.php строка 32

Данные класса

◆ $authQueryParams

$authQueryParams
staticprotected
Инициализатор
= array(
'UID' => 'aplogin', 'PASSWORD' => 'ap',
)

См. определение в файле auth.php строка 24

◆ $integrationScope

$integrationScope = array('crm', 'telephony', 'imopenlines')
staticprotected

См. определение в файле auth.php строка 28

◆ $scopeCache

$scopeCache = array()
staticprotected

См. определение в файле auth.php строка 30

◆ AUTH_TYPE

const AUTH_TYPE = 'apauth'

См. определение в файле auth.php строка 22