Method | Description | |
---|---|---|
getMethodName ( ) : string | ||
getUserDb ( ) : Thruway\Authentication\WampCraUserDbInterface | Get UserDB | |
processAuthenticate ( mixed $signature, mixed $extra = null ) : array | Process authenticate | |
processHello ( array $args ) : array | The arguments given by the server are the actual hello message ($args[0]) and some session information ($args[1]) | |
setUserDb ( Thruway\Authentication\WampCraUserDbInterface $userDb ) | Set userDB |
Method | Description | |
---|---|---|
getChallengeFromExtra ( $extra ) : boolean | Gets the Challenge Message from the extra object |
public getUserDb ( ) : Thruway\Authentication\WampCraUserDbInterface | ||
return | Thruway\Authentication\WampCraUserDbInterface |
public processHello ( array $args ) : array | ||
$args | array | |
return | array |
public setUserDb ( Thruway\Authentication\WampCraUserDbInterface $userDb ) | ||
$userDb | Thruway\Authentication\WampCraUserDbInterface |