| /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/pureldap/classes/ |
| H A D | Client.php | 29 protected $isAuthenticated = false; variable in dokuwiki\\plugin\\pureldap\\classes\\Client 141 if ($this->isAuthenticated) return true; 167 $this->isAuthenticated = false; 188 $this->isAuthenticated = $user;
|
| H A D | ADClient.php | 81 if ($this->isAuthenticated !== $this->prepareBindUser($username)) {
|
| /plugin/authsaml/ |
| D | action.php | 68 if ($this->saml->ssp->isAuthenticated()) { 90 if ($this->saml->ssp->isAuthenticated()) {
|
| D | saml.php | 90 if ($ssp->isAuthenticated()) { 100 if ($this->ssp->isAuthenticated()) { 172 if ($ssp->isAuthenticated() && !empty($this->attributes)) {
|
| D | auth.php | 75 if ($this->saml->ssp->isAuthenticated()) {
|
| /plugin/swiftmail/Swift/ |
| D | Authenticator.php | 27 public function isAuthenticated($username, $password, Swift $instance); function
|
| /plugin/calendar/classes/ |
| D | GoogleCalendarSync.php | 102 public function isAuthenticated() { function in GoogleCalendarSync 291 if (!$this->isAuthenticated()) { 329 if (!$this->isAuthenticated()) { 520 if (!$this->isAuthenticated()) { 779 'authenticated' => $this->isAuthenticated(),
|
| /plugin/swiftmail/Swift/Authenticator/ |
| D | PLAIN.php | 30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PLAIN
|
| D | LOGIN.php | 29 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_LOGIN
|
| D | CRAMMD5.php | 30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_CRAMMD5
|
| 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 function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
|
| H A D | ServerProtocolHandler.php | 225 …if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)…
|
| /plugin/adfs/ |
| D | auth.php | 72 if ($this->saml->isAuthenticated()) {
|
| /plugin/saml/ |
| D | auth.php | 81 if ($this->saml->isAuthenticated()) {
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
| D | Plugin.php | 628 $isAuthenticated = $this->getCurrentUserPrincipal() !== null; 651 if ($isAuthenticated) { 658 if (!$isAuthenticated) {
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| 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/authssocas/ |
| H A D | auth.php | 203 …if (phpCAS::isAuthenticated() or ($this->getOption('autologin') and phpCAS::checkAuthentication())…
|
| /plugin/swiftmail/Swift/Connection/ |
| D | SMTP.php | 395 if ($this->authenticators[$name]->isAuthenticated($user, $pass, $swift))
|
| /plugin/authssocas/vendor/apereo/phpcas/source/ |
| H A D | CAS.php | 1202 public static function isAuthenticated() function in phpCAS 1208 $auth = self::$_PHPCAS_CLIENT->isAuthenticated();
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | Client.php | 1466 if ( $this->isAuthenticated(true) ) { 1488 if ( $this->isAuthenticated() ) { 1537 if ( $this->isAuthenticated() ) { 1590 public function isAuthenticated($renew=false) function in CAS_Client
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Auth.php | 347 public function isAuthenticated() function in OneLogin_Saml2_Auth
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Auth.php | 347 public function isAuthenticated() function in OneLogin_Saml2_Auth
|
| /plugin/authplaincas/ |
| D | auth.php | 274 …if (phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication()…
|