/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | SaslContext.php | 24 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/authsaml/ |
H A D | action.php | 68 if ($this->saml->ssp->isAuthenticated()) { 90 if ($this->saml->ssp->isAuthenticated()) {
|
H A D | saml.php | 90 if ($ssp->isAuthenticated()) { 100 if ($this->ssp->isAuthenticated()) { 172 if ($ssp->isAuthenticated() && !empty($this->attributes)) {
|
H A D | auth.php | 75 if ($this->saml->ssp->isAuthenticated()) {
|
/plugin/pureldap/classes/ |
H A D | Client.php | 29 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/swiftmail/Swift/ |
H A D | Authenticator.php | 27 public function isAuthenticated($username, $password, Swift $instance); function
|
/plugin/swiftmail/Swift/Authenticator/ |
H A D | LOGIN.php | 29 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_LOGIN
|
H A D | PLAIN.php | 30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PLAIN
|
H A D | CRAMMD5.php | 30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_CRAMMD5
|
H A D | @PopB4Smtp.php | 47 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PopB4Smtp
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | ServerAuthorization.php | 105 public function isAuthenticated(): bool 104 public function isAuthenticated(): bool global() function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
|
H A D | ServerProtocolHandler.php | 225 if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)) {
|
/plugin/adfs/ |
H A D | auth.php | 72 if ($this->saml->isAuthenticated()) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 628 $isAuthenticated = $this->getCurrentUserPrincipal() !== null; 651 if ($isAuthenticated) { 658 if (!$isAuthenticated) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 2836 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/swiftmail/Swift/Connection/ |
H A D | SMTP.php | 395 if ($this->authenticators[$name]->isAuthenticated($user, $pass, $swift))
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Auth.php | 347 public function isAuthenticated() function in OneLogin_Saml2_Auth
|
/plugin/authplaincas/ |
H A D | auth.php | 274 …if (phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication()…
|
/plugin/adfs/phpsaml/ |
H A D | README.md | 777 if (!$auth->isAuthenticated()) { 1121 if (!$auth->isAuthenticated()) { // sucessfully validated and the user 1323 * `isAuthenticated` - Checks if the user is authenticated or not.
|