Home
last modified time | relevance | path

Searched defs:isAuthenticated (Results 1 – 10 of 10) sorted by last modified time

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3308 public function isAuthenticated() function in phpseclib3\\Net\\SSH2
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php104 public function isAuthenticated(): bool global() function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
/plugin/pureldap/classes/
H A DClient.php28 protected $isAuthenticated = false; global() variable in dokuwiki\\plugin\\pureldap\\classes\\Client
/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
105 public function setIsAuthenticated(bool $isAuthenticated) argument
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php347 public function isAuthenticated() function in OneLogin_Saml2_Auth
/plugin/swiftmail/Swift/Authenticator/
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 D@PopB4Smtp.php47 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PopB4Smtp
H A DPLAIN.php30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PLAIN
/plugin/swiftmail/Swift/
H A DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); function