Searched defs:mechanism (Results 1 – 7 of 7) sorted by relevance
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
| H A D | Sasl.php | 46 public function get(string $mechanism): MechanismInterface 60 public function supports(string $mechanism): bool 70 public function add(MechanismInterface $mechanism): self 82 public function remove(string $mechanism): self
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
| H A D | SaslBindRequest.php | 38 protected $mechanism; variable in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest 50 public function __construct(string $mechanism, ?string $credentials = null, array $options = [])
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverBy.php | 17 private $mechanism; variable in Facebook\\WebDriver\\WebDriverBy 23 protected function __construct($mechanism, $value)
|
| /plugin/xmppsupport/ |
| D | strophe.register.js | 372 mechanism: "ANONYMOUS" property 391 mechanism: "DIGEST-MD5" property 413 mechanism: "PLAIN" property
|
| D | strophe.min.js | 7 …z0123456789+/=";return{encode:function(e){var n,s,i,r,o,a,h,c="",u=0;do{r=(n=e.charCodeAt(u++))>>2…
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | Operations.php | 88 …public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials …
|
| H A D | LdapClient.php | 107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse
|