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;
102 ServerAuthorization $authorizer = null,
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
63 protected $authorizer; global() variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
86 __construct(ServerQueue $queue, RequestHandlerInterface $dispatcher, array $options = [], ServerProtocolHandlerFactory $protocolHandlerFactory = null, ServerBindHandlerFactory $bindHandlerFactory = null, ServerAuthorization $authorizer = null, ResponseFactory $responseFactory = null) global() argument
[all...]