Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php48 protected $timeBeforeExpiration; variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
61 * @param int|null $timeBeforeExpiration
65 …public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?i… argument
67 $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 …]