Home
last modified time | relevance | path

Searched refs:controlValue (Results 1 – 14 of 14) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php81 protected $controlValue; variable in FreeDSx\\Ldap\\Control\\Control
86 * @param null|mixed $controlValue
88 … public function __construct(string $controlType, bool $criticality = false, $controlValue = null) argument
92 $this->controlValue = $controlValue;
134 * @param AbstractType|ProtocolElementInterface|string|null $controlValue
137 public function setValue($controlValue) argument
139 $this->controlValue = $controlValue;
149 return $this->controlValue;
163 if ($this->controlValue !== null) {
165 if ($this->controlValue instanceof AbstractType) {
[all …]
H A DPagingControl.php126 $this->controlValue = Asn1::sequence(
H A DPwdPolicyResponseControl.php127 $this->controlValue = $response;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php170 $this->controlValue = Asn1::sequence(
178 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1()));
180 $this->controlValue->addChild(Asn1::context(0, Asn1::sequence(
H A DVlvResponseControl.php128 $this->controlValue = Asn1::sequence(
134 $this->controlValue->addChild(new OctetStringType($this->contextId));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php122 $this->controlValue = Asn1::sequence(Asn1::enumerated($this->result));
124 $this->controlValue->addChild(Asn1::context(0, Asn1::octetString($this->attribute)));
H A DSortingControl.php139 $this->controlValue = Asn1::sequenceOf();
149 $this->controlValue->addChild($child);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSdFlagsControl.php85 $this->controlValue = Asn1::sequence(Asn1::integer($this->flags));
H A DSetOwnerControl.php70 $this->controlValue = Asn1::octetString($this->sid);
H A DPolicyHintsControl.php73 $this->controlValue = Asn1::sequence(Asn1::integer($this->isEnabled ? 1 : 0));
H A DExtendedDnControl.php104 $this->controlValue = Asn1::sequence(Asn1::integer($useHexFormat));
H A DDirSyncResponseControl.php137 $this->controlValue = Asn1::sequence(
H A DExpectedEntryCountControl.php128 $this->controlValue = Asn1::sequence(
H A DDirSyncRequestControl.php188 $this->controlValue = Asn1::sequence(