Home
last modified time | relevance | path

Searched refs:isAuthenticated (Results 1 – 25 of 27) sorted by relevance

12

/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/pureldap/classes/
H A DClient.php29 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 DADClient.php81 if ($this->isAuthenticated !== $this->prepareBindUser($username)) {
/plugin/authsaml/
Daction.php68 if ($this->saml->ssp->isAuthenticated()) {
90 if ($this->saml->ssp->isAuthenticated()) {
Dsaml.php90 if ($ssp->isAuthenticated()) {
100 if ($this->ssp->isAuthenticated()) {
172 if ($ssp->isAuthenticated() && !empty($this->attributes)) {
Dauth.php75 if ($this->saml->ssp->isAuthenticated()) {
/plugin/swiftmail/Swift/
DAuthenticator.php27 public function isAuthenticated($username, $password, Swift $instance); function
/plugin/calendar/classes/
DGoogleCalendarSync.php102 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/
DPLAIN.php30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PLAIN
DLOGIN.php29 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_LOGIN
DCRAMMD5.php30 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_CRAMMD5
D@PopB4Smtp.php47 public function isAuthenticated($user, $pass, Swift $swift) function in Swift_Authenticator_PopB4Smtp
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php105 public function isAuthenticated(): bool function in FreeDSx\\Ldap\\Protocol\\ServerAuthorization
H A DServerProtocolHandler.php225 …if ($this->authorizer->isAuthenticated() || !$this->authorizer->isAuthenticationRequired($request)…
/plugin/adfs/
Dauth.php72 if ($this->saml->isAuthenticated()) {
/plugin/saml/
Dauth.php81 if ($this->saml->isAuthenticated()) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
DPlugin.php628 $isAuthenticated = $this->getCurrentUserPrincipal() !== null;
651 if ($isAuthenticated) {
658 if (!$isAuthenticated) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
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/authssocas/
H A Dauth.php203 …if (phpCAS::isAuthenticated() or ($this->getOption('autologin') and phpCAS::checkAuthentication())…
/plugin/swiftmail/Swift/Connection/
DSMTP.php395 if ($this->authenticators[$name]->isAuthenticated($user, $pass, $swift))
/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1202 public static function isAuthenticated() function in phpCAS
1208 $auth = self::$_PHPCAS_CLIENT->isAuthenticated();
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1466 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/
DAuth.php347 public function isAuthenticated() function in OneLogin_Saml2_Auth
/plugin/saml/phpsaml/lib/Saml2/
DAuth.php347 public function isAuthenticated() function in OneLogin_Saml2_Auth
/plugin/authplaincas/
Dauth.php274 …if (phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication()…

12