Home
last modified time | relevance | path

Searched refs:isAuthenticated (Results 1 – 19 of 19) sorted by path

/plugin/adfs/
H A Dauth.php72 if ($this->saml->isAuthenticated()) {
/plugin/adfs/phpsaml/
H A DREADME.md777 if (!$auth->isAuthenticated()) {
1121 if (!$auth->isAuthenticated()) { // sucessfully validated and the user
1323 * `isAuthenticated` - Checks if the user is authenticated or not.
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php347 public function isAuthenticated() function in OneLogin_Saml2_Auth
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2836 if (!$this->isAuthenticated()) {
3114 if (!$this->isAuthenticated()) {
3158 if (!$this->isAuthenticated()) {
3308 public function isAuthenticated() function in phpseclib3\\Net\\SSH2
3322 if (!$this->isAuthenticated()) {
3587 if (!$this->isAuthenticated()) {
3735 …if (($this->bitmap & self::MASK_CONNECTED) && !$this->isAuthenticated() && !is_bool($payload) && o…
3742 if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) {
4179 if (!$this->isAuthenticated()) {
/plugin/authplaincas/
H A Dauth.php274 …if (phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication()…
/plugin/authsaml/
H A Daction.php68 if ($this->saml->ssp->isAuthenticated()) {
90 if ($this->saml->ssp->isAuthenticated()) {
H A Dauth.php75 if ($this->saml->ssp->isAuthenticated()) {
H A Dsaml.php90 if ($ssp->isAuthenticated()) {
100 if ($this->ssp->isAuthenticated()) {
172 if ($ssp->isAuthenticated() && !empty($this->attributes)) {
/plugin/pureldap/classes/
H A DClient.php29 protected $isAuthenticated = false;
141 if ($this->isAuthenticated) return true;
162 $this->isAuthenticated = false;
183 $this->isAuthenticated = $user;
28 protected $isAuthenticated = false; global() variable in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php105 public function isAuthenticated(): bool
104 public function isAuthenticated(): bool global() function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
H A DServerProtocolHandler.php225 if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php24 protected $isAuthenticated = false; variable in FreeDSx\\Sasl\\SaslContext
97 public function isAuthenticated(): bool function in FreeDSx\\Sasl\\SaslContext
99 return $this->isAuthenticated;
105 public function setIsAuthenticated(bool $isAuthenticated) argument
107 $this->isAuthenticated = $isAuthenticated;
/plugin/swiftmail/Swift/
H A DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); function
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php47 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PopB4Smtp
H A DCRAMMD5.php30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_CRAMMD5
H A DLOGIN.php29 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_LOGIN
H A DPLAIN.php30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PLAIN
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php395 if ($this->authenticators[$name]->isAuthenticated($user, $pass, $swift))
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php628 $isAuthenticated = $this->getCurrentUserPrincipal() !== null;
651 if ($isAuthenticated) {
658 if (!$isAuthenticated) {