Searched refs:authorizer (Results 1 – 1 of 1) sorted by relevance
74 protected $authorizer; variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler102 ServerAuthorization $authorizer = null, argument108 $this->authorizer = $authorizer ?? new ServerAuthorization(null, $this->options);213 if ($this->authorizer->isAuthenticationRequest($message->getRequest())) {214 $this->authorizer->setToken($this->handleAuthRequest($message));225 …if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)…228 $this->authorizer->getToken(),279 if (!$this->authorizer->isAuthenticationTypeSupported($message->getRequest())) {