Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php60 public function isAuthenticationRequired(RequestInterface $request): bool
59 public function isAuthenticationRequired(RequestInterface $request): bool global() function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
H A DServerProtocolHandler.php225 if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)) {