Home
last modified time | relevance | path

Searched refs:securityLayer (Results 1 – 7 of 7) sorted by last modified time

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DCramMD5Mechanism.php62 public function securityLayer(): SecurityLayerInterface function in FreeDSx\\Sasl\\Mechanism\\CramMD5Mechanism
H A DDigestMD5Mechanism.php70 public function securityLayer(): SecurityLayerInterface function in FreeDSx\\Sasl\\Mechanism\\DigestMD5Mechanism
H A DMechanismInterface.php43 public function securityLayer(): SecurityLayerInterface; function
H A DPlainMechanism.php62 public function securityLayer(): SecurityLayerInterface function in FreeDSx\\Sasl\\Mechanism\\PlainMechanism
H A DAnonymousMechanism.php62 public function securityLayer(): SecurityLayerInterface function in FreeDSx\\Sasl\\Mechanism\\AnonymousMechanism
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php38 protected $securityLayer;
40 public function __construct(SecurityLayerInterface $securityLayer, SaslContext $context)
42 $this->securityLayer = $securityLayer;
51 $data = $this->securityLayer->wrap($message, $this->context);
65 $this->securityLayer->unwrap($data, $this->context),
37 protected $securityLayer; global() variable in FreeDSx\\Ldap\\Protocol\\Queue\\MessageWrapper\\SaslMessageWrapper
39 __construct(SecurityLayerInterface $securityLayer, SaslContext $context) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php182 $queue->setMessageWrapper(new SaslMessageWrapper($mech->securityLayer(), $context));