Свойство | Тип | Описание | |
---|---|---|---|
$authRealms | array |
Метод | Описание | |
---|---|---|
__construct ( array $authRealms, React\EventLoop\LoopInterface $loop = null ) | Constructor | |
getAuthRealms ( ) : array | Get list supported realms | |
getMethodName ( ) : mixed | ||
onSessionStart ( |
Handles session start | |
preProcessAuthenticate ( array $args ) : array | Pre process AuthenticateMessage Extract and validate arguments | |
processAuthenticate ( mixed $signature, mixed $extra = null ) : array | Process AuthenticateMessage Check authenticate and return ["SUCCESS"] and ["FAILURE"] | |
processHello ( array $args ) : array |
Process HelloMessage | |
setAuthRealms ( array $authRealms ) | Set list supported realms |
public __construct ( array $authRealms, React\EventLoop\LoopInterface $loop = null ) | ||
$authRealms | array | |
$loop | React\EventLoop\LoopInterface |
public getAuthRealms ( ) : array | ||
Результат | array |
abstract public getMethodName ( ) : mixed | ||
Результат | mixed |
public onSessionStart ( |
||
$session | ||
$transport | Thruway\Transport\TransportProviderInterface |
public preProcessAuthenticate ( array $args ) : array | ||
$args | array | |
Результат | array |
public processHello ( array $args ) : array |
||
$args | array | |
Результат | array |
public setAuthRealms ( array $authRealms ) | ||
$authRealms | array |