Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php53 protected $graceAuthRemaining;
62 * @param int|null $graceAuthRemaining argument
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
68 $this->graceAuthRemaining = $graceAuthRemaining;
86 return $this->graceAuthRemaining;
107 if ($this->graceAuthRemaining !== null && $this->timeBeforeExpiration !== null) {
115 if ($this->graceAuthRemaining !== null) {
117 Asn1::context(1, Asn1::integer($this->graceAuthRemaining))
50 protected $graceAuthRemaining; global() variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl