Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php74 protected $authorizer; variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
102 ServerAuthorization $authorizer = null, argument
108 $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())) {