Home
last modified time | relevance | path

Searched refs:authentication_tokenFactory (Results 1 – 3 of 3) sorted by relevance

/plugin/bez/ctl/
H A Dkp.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
8 $token = $this->model->authentication_tokenFactory->create_token($this->id());
H A D8d.php7 if (!isset($_GET['t']) && $this->model->authentication_tokenFactory->can_create_token()) {
8 $token = $this->model->authentication_tokenFactory->create_token($this->id());
/plugin/bez/mdl/
H A DModel.php52 protected $authentication_tokenFactory; variable in dokuwiki\\plugin\\bez\\mdl\\Model
58 $models = array('userFactory', 'threadFactory', 'labelFactory', 'thread_commentFactory', 'taskFactory', 'task_programFactory', 'task_commentFactory', 'authentication_tokenFactory', 'subscriptionFactory');
109 $this->authentication_tokenFactory = new Authentication_tokenFactory($this);
130 if ($this->authentication_tokenFactory->get_token($page_id) == $user_tok) {