Home
last modified time | relevance | path

Searched refs:getUsername (Results 51 – 59 of 59) sorted by path

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php61 if (!$dispatcher->bind($request->getUsername(), $request->getPassword())) {
68 return new BindToken($request->getUsername(), $request->getPassword());
H A DServerWhoAmIHandler.php38 $userId = $token->getUsername();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DAnonToken.php44 public function getUsername(): ?string
43 public function getUsername(): ?string global() function in FreeDSx\\Ldap\\Server\\Token\\AnonToken
H A DBindToken.php51 public function getUsername(): ?string
50 public function getUsername(): ?string global() function in FreeDSx\\Ldap\\Server\\Token\\BindToken
H A DTokenInterface.php24 public function getUsername(): ?string;
23 public function getUsername(): ?string; global() function
/plugin/slacknotifier/helper/
H A DContext.php26 public function getUsername(): ?string function in dokuwiki\\plugin\\slacknotifier\\helper\\Context
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php175 public function getUsername() function in Swift_Connection_SMTP
329 if ($this->getUsername() && $this->getPassword())
331 $this->runAuthenticators($this->getUsername(), $this->getPassword(), $instance);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php104 $username = $digest->getUsername();
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php125 function getUsername() { function in Sabre\\HTTP\\Auth\\Digest

123