Searched refs:timeBeforeExpiration (Results 1 – 1 of 1) sorted by relevance
48 protected $timeBeforeExpiration; variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl61 * @param int|null $timeBeforeExpiration65 …public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?i… argument67 $this->timeBeforeExpiration = $timeBeforeExpiration;78 return $this->timeBeforeExpiration;107 if ($this->graceAuthRemaining !== null && $this->timeBeforeExpiration !== null) {110 if ($this->timeBeforeExpiration !== null) {112 Asn1::context(0, Asn1::integer($this->timeBeforeExpiration))144 $timeBeforeExpiration = null;162 $timeBeforeExpiration = $warning->getValue();[all …]