Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AuthAdapter
+ Граф наследования:AuthAdapter:

Открытые члены

 __construct ($type)
 
 setService (IService $service)
 
 setParameters (array $parameters=[])
 
 getAuthUrl ()
 
 removeAuth ()
 
 getType ()
 
 getToken ()
 
 hasAuth ()
 
 canUseMultipleClients ()
 
 getClientList ()
 
 getClientById ($clientId)
 
 getAuthorizedClientsList ()
 
 getClientId ()
 

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

static create ($type, IService $service=null)
 

Защищенные члены

 getAuthData ($isUseCache=true)
 
 getAuthDataMultiple ()
 
 getAuthDataSingle ($isUseCache=true)
 
 getEngineCode ()
 

Защищенные данные

 $service
 
 $type
 
 $transport
 
 $requestCodeParamName
 
 $data
 
 $parameters = ['URL_PARAMETERS' => []]
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $type)

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

Методы

◆ canUseMultipleClients()

canUseMultipleClients ( )
Возвращает
bool

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

◆ create()

static create ( $type,
IService $service = null )
static
Исключения

Bitrix\Main\LoaderException

Исключения
SystemException

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

◆ getAuthData()

getAuthData ( $isUseCache = true)
protected

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

◆ getAuthDataMultiple()

getAuthDataMultiple ( )
protected

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

◆ getAuthDataSingle()

getAuthDataSingle ( $isUseCache = true)
protected

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

◆ getAuthorizedClientsList()

getAuthorizedClientsList ( )
Возвращает
array|null
Исключения
SystemException

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

◆ getAuthUrl()

getAuthUrl ( )

Переопределяется в BusinessAuthAdapter.

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

◆ getClientById()

getClientById ( $clientId)

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

◆ getClientId()

getClientId ( )

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

◆ getClientList()

getClientList ( )
Возвращает
array|null
Исключения
SystemException

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

◆ getEngineCode()

getEngineCode ( )
protected
Возвращает
string

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

◆ getToken()

getToken ( )

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

◆ getType()

getType ( )
Возвращает
string

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

◆ hasAuth()

hasAuth ( )
Возвращает
bool

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

◆ removeAuth()

removeAuth ( )
Исключения
SystemException
Возвращает
void

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

◆ setParameters()

setParameters ( array $parameters = [])
Аргументы
array$parameters
Возвращает
$this

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

◆ setService()

setService ( IService $service)
Аргументы
IService$service
Возвращает
$this

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

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

◆ $data

$data
protected

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

◆ $parameters

$parameters = ['URL_PARAMETERS' => []]
protected

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

◆ $requestCodeParamName

$requestCodeParamName
protected

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

◆ $service

IService $service
protected

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

◆ $transport

$transport
protected

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

◆ $type

string $type
protected

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